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 a286e8c commit 2ae0c77Copy full SHA for 2ae0c77
.github/workflows/publish_docker.yml
@@ -19,7 +19,7 @@ jobs:
19
ref: ${{ github.ref }}
20
21
- name: Log in to the Container registry
22
- uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
23
with:
24
registry: ${{ env.REGISTRY }}
25
username: ${{ github.actor }}
0 commit comments