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 @@ -156,22 +156,22 @@ jobs:
156
156
dgoss run ghcr.io/${{ github.repository_owner }}/${{needs.prep.outputs.repo_name}}:test
157
157
158
158
- name : Login to DockerHub
159
- uses : docker/login-action@v1.9 .0
159
+ uses : docker/login-action@v1.10 .0
160
160
if : github.event_name != 'pull_request' && needs.tag-does-not-exist.outputs.exists == 'false'
161
161
with :
162
162
username : ${{ secrets.DOCKERHUB_USERNAME }}
163
163
password : ${{ secrets.DOCKERHUB_TOKEN }}
164
164
165
165
- name : Login to GitHub Container Registry
166
- uses : docker/login-action@v1.9 .0
166
+ uses : docker/login-action@v1.10 .0
167
167
if : github.event_name != 'pull_request' && needs.tag-does-not-exist.outputs.exists == 'false'
168
168
with :
169
169
registry : ghcr.io
170
170
username : ${{ github.repository_owner }}
171
171
password : ${{ secrets.CR_PAT }}
172
172
173
173
- name : Login to Quay Registry
174
- uses : docker/login-action@v1.9 .0
174
+ uses : docker/login-action@v1.10 .0
175
175
if : github.event_name != 'pull_request' && needs.tag-does-not-exist.outputs.exists == 'false'
176
176
with :
177
177
registry : quay.io
You can’t perform that action at this time.
0 commit comments