Skip to content

Commit d8cf258

Browse files
authored
Merge pull request carlos-jenkins#29 from mikespub/dependabot/github_actions/docker/login-action-1.14.1
Bump docker/login-action from 1.13.0 to 1.14.1
2 parents ec446e6 + 2adbb41 commit d8cf258

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@v3
2828

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

0 commit comments

Comments
 (0)