Skip to content

Commit 3336470

Browse files
CI: (deps): Bump docker/login-action from 3.0.0 to 3.1.0 (#184)
1 parent 36051da commit 3336470

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
@@ -166,7 +166,7 @@ jobs:
166166
- name: Login to DockerHub
167167
# if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
168168
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
169-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
169+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
170170
with:
171171
username: ${{ secrets.DOCKERHUB_USERNAME }}
172172
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)