Skip to content

Commit cfc8a9c

Browse files
Update docker/login-action action to v2.2.0
1 parent 58683c0 commit cfc8a9c

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
@@ -76,7 +76,7 @@ jobs:
7676
# https://github.com/docker/login-action
7777
- name: Log into registry ${{ env.REGISTRY }}
7878
if: github.event_name == 'release'
79-
uses: docker/login-action@v2.1.0
79+
uses: docker/login-action@v2.2.0
8080
with:
8181
registry: ${{ env.REGISTRY }}
8282
username: ${{ github.actor }}

0 commit comments

Comments
 (0)