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 3f48d4f commit 1ff0f37Copy full SHA for 1ff0f37
.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@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
+ uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.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