Skip to content

Commit 44309a4

Browse files
CI: (deps): Bump docker/login-action from 3.3.0 to 3.4.0 (#217)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ming C. <mingchen@users.noreply.github.com>
1 parent 65b9378 commit 44309a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: Login to DockerHub
170170
# if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
171171
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
172-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
172+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
173173
with:
174174
username: ${{ secrets.DOCKERHUB_USERNAME }}
175175
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)