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 @@ -33,22 +33,22 @@ jobs:
33
33
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
34
34
35
35
- name : DockerHub Login
36
- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
36
+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
37
37
with :
38
38
username : ${{ secrets.DOCKER_USERNAME }}
39
39
password : ${{ secrets.DOCKER_PASSWORD }}
40
40
if : github.event_name != 'pull_request'
41
41
42
42
- name : Login to GitHub Container Registry
43
- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
43
+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
44
44
with :
45
45
registry : ghcr.io
46
46
username : ${{ github.repository_owner }}
47
47
password : ${{ secrets.GITHUB_TOKEN }}
48
48
if : github.event_name != 'pull_request'
49
49
50
50
- name : Login to Quay.io
51
- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
51
+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
52
52
with :
53
53
registry : quay.io
54
54
username : ${{ secrets.QUAY_USERNAME }}
You can’t perform that action at this time.
0 commit comments