Skip to content

Commit 725de61

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/docker/login-action-3' into fix_release_pipeline
2 parents 28af0e8 + 2818f6c commit 725de61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
./release/30-build-go-archive.sh
7272
7373
- name: DockerHub Login
74-
uses: docker/login-action@v2
74+
uses: docker/login-action@v3
7575
with:
7676
username: ${{ secrets.DOCKERHUB_USERNAME }}
7777
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)