Skip to content

Commit 2081de7

Browse files
update(deps): update docker/login-action digest to de05a6d
1 parent d35ec9d commit 2081de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_publish_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
2828
- name: Log in to the Container registry
29-
uses: docker/login-action@a0d57b8e43b6ef1cca20559d68cec2227e63fccd
29+
uses: docker/login-action@de05a6d3a24346d4659bce540fac29c04a309bad
3030
with:
3131
registry: ${{ env.REGISTRY }}
3232
username: ${{ github.actor }}

0 commit comments

Comments
 (0)