Skip to content

Commit 821cfa0

Browse files
chore(deps): update docker/login-action action to v1.14.1
1 parent 42105b5 commit 821cfa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Log into registry ${{ env.REGISTRY }}
4646
if: github.event_name != 'pull_request'
47-
uses: docker/login-action@v1.12.0
47+
uses: docker/login-action@v1.14.1
4848
with:
4949
registry: ${{ env.REGISTRY }}
5050
username: ${{ github.actor }}

0 commit comments

Comments
 (0)