Skip to content

Commit 60bae01

Browse files
chore(deps): update docker/login-action action to v3.6.0
1 parent 09bf34d commit 60bae01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: stable
2222
- name: Docker Login
23-
uses: docker/login-action@v3.3.0
23+
uses: docker/login-action@v3.6.0
2424
with:
2525
username: ${{ secrets.DOCKERHUB_USERNAME }}
2626
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)