File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,22 +156,22 @@ jobs:
156156 dgoss run ghcr.io/${{ github.repository_owner }}/${{needs.prep.outputs.repo_name}}:test
157157
158158 - name : Login to DockerHub
159- uses : docker/login-action@v2.0 .0
159+ uses : docker/login-action@v2.2 .0
160160 if : github.event_name != 'pull_request' && needs.tag-does-not-exist.outputs.exists == 'false'
161161 with :
162162 username : ${{ secrets.DOCKERHUB_USERNAME }}
163163 password : ${{ secrets.DOCKERHUB_TOKEN }}
164164
165165 - name : Login to GitHub Container Registry
166- uses : docker/login-action@v2.0 .0
166+ uses : docker/login-action@v2.2 .0
167167 if : github.event_name != 'pull_request' && needs.tag-does-not-exist.outputs.exists == 'false'
168168 with :
169169 registry : ghcr.io
170170 username : ${{ github.repository_owner }}
171171 password : ${{ secrets.CR_PAT }}
172172
173173 - name : Login to Quay Registry
174- uses : docker/login-action@v2.0 .0
174+ uses : docker/login-action@v2.2 .0
175175 if : github.event_name != 'pull_request' && needs.tag-does-not-exist.outputs.exists == 'false'
176176 with :
177177 registry : quay.io
You can’t perform that action at this time.
0 commit comments