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 4a60b44 commit c135254Copy full SHA for c135254
.github/workflows/docker-merge-tags.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Login to Registry 🔐
61
if: env.PUSH_TO_REGISTRY == 'true'
62
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
63
with:
64
registry: quay.io
65
username: ${{ secrets.REGISTRY_USERNAME }}
.github/workflows/docker-tag-push.yml
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
0 commit comments