We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a63a84 commit 71b1218Copy full SHA for 71b1218
.github/workflows/docker-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
# registry using the account and password that will publish the packages.
39
# Once published, the packages are scoped to the account defined here.
40
- name: Log in to the Container registry
41
- uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
+ uses: docker/login-action@5c42dd293b89d96bae168b5b3694e4e72a5b1117
42
with:
43
registry: ${{ env.REGISTRY }}
44
username: ${{ github.actor }}
0 commit comments