diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 5338add5c..d6821a07e 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -18,7 +18,7 @@ jobs: - name: Login to GitHub Container Registry if: github.event_name != 'pull_request' - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v3.0.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v3.0.0 with: registry: ghcr.io username: ${{ github.actor }}