We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdf905 commit 3fb7c8dCopy full SHA for 3fb7c8d
.github/workflows/docker-image.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Log in to the Container registry
22
- uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
+ uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
23
with:
24
registry: ${{ env.REGISTRY }}
25
username: ${{ github.actor }}
0 commit comments