We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2199527 commit de16831Copy full SHA for de16831
1 file changed
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
images: ${{ env.GHCR_IMAGE_NAME }}
96
97
- if: ${{ github.event_name == 'push' || github.ref_name == github.event.repository.default_branch }}
98
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
99
with:
100
registry: ghcr.io
101
username: ${{ github.repository_owner }}
0 commit comments