We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e400763 + 2dd9c29 commit cad4535Copy full SHA for cad4535
2 files changed
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v6
21
22
- name: Log in to the Container registry
23
- uses: docker/login-action@40891eba8c2bcd1309b07ba8b11232f313e86779
+ uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
24
with:
25
registry: ${{ env.REGISTRY }}
26
username: ${{ github.actor }}
.github/workflows/publish_mr.yml
@@ -21,7 +21,7 @@ jobs:
27
0 commit comments