diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67a8abe6..f3a8790a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: - name: Log in to the Container registry if: github.ref == 'refs/heads/main' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}