Skip to content

Commit cc2ec76

Browse files
update(deps): update docker/login-action digest to 4907a6d
1 parent d35ec9d commit cc2ec76

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

0 commit comments

Comments
 (0)