Skip to content

Commit 5dfb186

Browse files
chore(deps): update docker/login-action action to v3 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e378de1 commit 5dfb186

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
@@ -82,7 +82,7 @@ jobs:
8282
run: task install
8383

8484
- name: Log in to the Container registry
85-
uses: docker/login-action@v2
85+
uses: docker/login-action@v3
8686
with:
8787
registry: ${{ env.REGISTRY }}
8888
username: ${{ github.actor }}

0 commit comments

Comments
 (0)