Skip to content

Commit d752862

Browse files
committed
Update docker/login-action action to v1.10.0
1 parent 996779c commit d752862

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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@v1.9.0
159+
uses: docker/login-action@v1.10.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@v1.9.0
166+
uses: docker/login-action@v1.10.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@v1.9.0
174+
uses: docker/login-action@v1.10.0
175175
if: github.event_name != 'pull_request' && needs.tag-does-not-exist.outputs.exists == 'false'
176176
with:
177177
registry: quay.io

0 commit comments

Comments
 (0)