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 d654104 commit a4e633bCopy full SHA for a4e633b
.github/workflows/ci-docker.yml
@@ -61,7 +61,7 @@ jobs:
61
images: ${{ env.GHCR_REPO }}
62
63
- name: Login to GHCR
64
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
65
with:
66
registry: ghcr.io
67
username: ${{ github.repository_owner }}
@@ -119,7 +119,7 @@ jobs:
119
merge-multiple: true
120
121
122
123
124
125
0 commit comments