Skip to content

Commit 9b1997b

Browse files
chore(deps): bump docker/login-action in the ci group (#106)
1 parent 82f623b commit 9b1997b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
go-version-file: go.mod
2020
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # 3.11.1
2121
- name: Docker Login
22-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
22+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
2323
with:
2424
registry: ghcr.io
2525
username: sv-tools-bot
2626
password: ${{ secrets.BOT_TOKEN }}
2727
- name: Docker Login
28-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
28+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
2929
with:
3030
username: svtools
3131
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)