diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f48745..b6c25a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: echo "TAGS=${tags}" >> ${GITHUB_ENV} echo "NEED_PUSH=${need_push}" >> ${GITHUB_ENV} - uses: actions/checkout@v6 - - uses: docker/login-action@v3 + - uses: docker/login-action@v4 if: env.NEED_PUSH == 'yes' with: username: ${{ secrets.DOCKER_HUB_USERNAME }}