diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22a1a4dcba9..eaf9a6b1cf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: # full length sha type=sha,format=long - name: Login to GitHub Container Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.2.0 if: ${{ github.event_name != 'pull_request' }} with: registry: ghcr.io