Skip to content

Commit aaeb6d5

Browse files
chore(deps): update docker/login-action digest to ba38666
1 parent 89be41a commit aaeb6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# https://github.com/docker/login-action
3232
- name: Log into registry ${{ env.REGISTRY }}
3333
if: github.event_name != 'pull_request'
34-
uses: docker/login-action@3da7dc6e2b31f99ef2cb9fb4c50fb0971e0d0139
34+
uses: docker/login-action@ba38666a08b622da774c4a0970ab11e419b5c018
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ github.actor }}

0 commit comments

Comments
 (0)