Skip to content

Commit f007077

Browse files
Bump docker/login-action from 4.0.0 to 4.1.0 (#296)
1 parent 0501605 commit f007077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Log into registry ${{ env.REGISTRY }}
5454
if: github.event_name != 'pull_request'
55-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
55+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
5656
with:
5757
registry: ${{ env.REGISTRY }}
5858
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)