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 4bef1a8 commit dd06b93Copy full SHA for dd06b93
.github/workflows/docker-merge-tags.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Login to Registry 🔐
56
if: env.PUSH_TO_REGISTRY == 'true'
57
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
+ uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
58
with:
59
registry: quay.io
60
username: ${{ secrets.REGISTRY_USERNAME }}
.github/workflows/docker-tag-push.yml
@@ -57,7 +57,7 @@ jobs:
61
62
63
0 commit comments