We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca14fbb commit 0989efbCopy full SHA for 0989efb
.github/workflows/docker-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v2
28
29
- name: Log in to the Container registry
30
- uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7
+ uses: docker/login-action@6af3c118c8376c675363897acf1757f7a9be6583
31
with:
32
registry: ${{ env.REGISTRY }}
33
username: ${{ github.actor }}
0 commit comments