diff --git a/.github/workflows/_build-container.yml b/.github/workflows/_build-container.yml index 7cd4607b..99a32109 100644 --- a/.github/workflows/_build-container.yml +++ b/.github/workflows/_build-container.yml @@ -50,7 +50,7 @@ jobs: chmod +x install.sh - name: Log in to GHCR - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 with: registry: ${{ inputs.image_registry }} username: ${{ github.actor }}