Skip to content

Commit 61c47c8

Browse files
ci: [DEPENDABOT] Bump docker/login-action from 3.6.0 to 3.7.0 (#2940)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f36b1d commit 61c47c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-docker-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@ jobs:
145145

146146
- name: Login to GitHub Container Registry
147147
if: ${{ github.event_name != 'pull_request' }}
148-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
148+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
149149
with:
150150
registry: ghcr.io
151151
username: ${{ github.repository_owner }}
152152
password: ${{ secrets.GITHUB_TOKEN }}
153153

154154
- name: Login to DockerHub
155155
if: ${{ github.repository_owner == 'XRPLF' && github.event_name != 'pull_request' }}
156-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
156+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
157157
with:
158158
username: ${{ secrets.DOCKERHUB_USER }}
159159
password: ${{ secrets.DOCKERHUB_PW }}
@@ -294,7 +294,7 @@ jobs:
294294

295295
- name: Login to GitHub Container Registry
296296
if: ${{ github.event_name != 'pull_request' }}
297-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
297+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
298298
with:
299299
registry: ghcr.io
300300
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)