diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20c9696..86f84b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,7 +132,7 @@ jobs: - name: Login to docker.io if: ${{ env.DOCKER_PUSH }} - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_TOKEN }} @@ -140,7 +140,7 @@ jobs: - name: Login to ghcr.io if: ${{ env.DOCKER_PUSH_GHCR }} - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}