We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a99e02 + 3c53012 commit d93abefCopy full SHA for d93abef
.github/actions/pack/action.yml
@@ -71,7 +71,7 @@ runs:
71
echo dockerfile=${DOCKERFILE_PATH} >> ${GITHUB_OUTPUT}
72
73
- name: Login to GHCR
74
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
75
with:
76
registry: ghcr.io
77
username: ${{ github.actor }}
@@ -90,7 +90,7 @@ runs:
90
91
- name: Login to Docker Hub
92
if: ${{ inputs.enable_dockerhub == 'true' && inputs.dockerhub_username && inputs.dockerhub_token }}
93
94
95
registry: docker.io
96
username: ${{ inputs.dockerhub_username }}
0 commit comments