Skip to content

Commit 44c0784

Browse files
authored
Merge pull request carlos-jenkins#20 from mikespub/dependabot/github_actions/docker/login-action-1.12.0
Bump docker/login-action from 1.10.0 to 1.12.0
2 parents 06d7f0c + 76543fb commit 44c0784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v2
2828

2929
- name: Log in to the Container registry
30-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
30+
uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7
3131
with:
3232
registry: ${{ env.REGISTRY }}
3333
username: ${{ github.actor }}

0 commit comments

Comments
 (0)