We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77483ae commit 6a09798Copy full SHA for 6a09798
1 file changed
.github/workflows/container-ci.yml
@@ -387,7 +387,7 @@ jobs:
387
path: /tmp/.buildx-cache/linux/arm64
388
- name: Login to GitHub Container Registry
389
if: ${{ github.event_name != 'pull_request'}}
390
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
391
with:
392
registry: ghcr.io
393
username: ${{ github.actor }}
0 commit comments