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 7ec364a commit 583deffCopy full SHA for 583deff
1 file changed
.github/workflows/docker.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Log in to GHCR
45
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
46
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
+ uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
47
with:
48
registry: ghcr.io
49
username: ${{ github.actor }}
0 commit comments