File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,22 +35,22 @@ jobs:
35
35
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
36
36
37
37
- name : DockerHub Login
38
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
38
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
39
39
with :
40
40
username : ${{ secrets.DOCKER_USERNAME }}
41
41
password : ${{ secrets.DOCKER_PASSWORD }}
42
42
if : github.event_name != 'pull_request'
43
43
44
44
- name : Login to GitHub Container Registry
45
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
45
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
46
46
with :
47
47
registry : ghcr.io
48
48
username : ${{ github.repository_owner }}
49
49
password : ${{ secrets.GITHUB_TOKEN }}
50
50
if : github.event_name != 'pull_request'
51
51
52
52
- name : Login to Quay.io
53
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
53
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
54
54
with :
55
55
registry : quay.io
56
56
username : ${{ secrets.QUAY_USERNAME }}
You can’t perform that action at this time.
0 commit comments