Skip to content

Commit cad4535

Browse files
authored
Merge pull request #54 from edward3h/renovate/docker-login-action-digest
Update docker/login-action digest to 3227f53
2 parents e400763 + 2dd9c29 commit cad4535

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Log in to the Container registry
23-
uses: docker/login-action@40891eba8c2bcd1309b07ba8b11232f313e86779
23+
uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
2424
with:
2525
registry: ${{ env.REGISTRY }}
2626
username: ${{ github.actor }}

.github/workflows/publish_mr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Log in to the Container registry
24-
uses: docker/login-action@40891eba8c2bcd1309b07ba8b11232f313e86779
24+
uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
2525
with:
2626
registry: ${{ env.REGISTRY }}
2727
username: ${{ github.actor }}

0 commit comments

Comments
 (0)