Skip to content

Commit 3f315c6

Browse files
update(deps): update docker/login-action digest to bb555fc
1 parent d35ec9d commit 3f315c6

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@bb555fc48dca4deb5f227b07c7304c673b5708f0
3030
with:
3131
registry: ${{ env.REGISTRY }}
3232
username: ${{ github.actor }}

0 commit comments

Comments
 (0)