diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17c40cc695..2f2b536acc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,7 +162,7 @@ jobs: --disable-content-trust - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' && github.ref == 'refs/heads/live' with: registry: ghcr.io