Skip to content

Commit 7bc1a8e

Browse files
renovate[bot]marcusramberg
authored andcommitted
chore(deps): update docker/login-action digest to 5b7b28b
1 parent d7eb6e8 commit 7bc1a8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/base_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- id: lc_repo
2222
run: python3 -c'print("out=${{github.repository}}".lower())' >> "$GITHUB_OUTPUT"
2323
- name: Log in to the Container registry
24-
uses: docker/login-action@bdf14dc17331d6af6f3653e7ca655ee4a136baa5
24+
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
2525
with:
2626
registry: ${{ env.REGISTRY }}
2727
username: ${{ github.actor }}

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- id: git_version
2323
run: echo "out=$(git describe --tags --always)" >> "$GITHUB_OUTPUT"
2424
- name: Log in to the Container registry
25-
uses: docker/login-action@bdf14dc17331d6af6f3653e7ca655ee4a136baa5
25+
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
2626
with:
2727
registry: ${{ env.REGISTRY }}
2828
username: ${{ github.actor }}

0 commit comments

Comments
 (0)