Skip to content

Commit 92595f9

Browse files
ci: [DEPENDABOT] bump docker/login-action from 3.5.0 to 3.6.0 (#2662)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc9de87 commit 92595f9

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
@@ -141,15 +141,15 @@ jobs:
141141

142142
- name: Login to GitHub Container Registry
143143
if: ${{ github.event_name != 'pull_request' }}
144-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
144+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
145145
with:
146146
registry: ghcr.io
147147
username: ${{ github.repository_owner }}
148148
password: ${{ secrets.GITHUB_TOKEN }}
149149

150150
- name: Login to DockerHub
151151
if: ${{ github.repository_owner == 'XRPLF' && github.event_name != 'pull_request' }}
152-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
152+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
153153
with:
154154
username: ${{ secrets.DOCKERHUB_USER }}
155155
password: ${{ secrets.DOCKERHUB_PW }}
@@ -290,7 +290,7 @@ jobs:
290290

291291
- name: Login to GitHub Container Registry
292292
if: ${{ github.event_name != 'pull_request' }}
293-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
293+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
294294
with:
295295
registry: ghcr.io
296296
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)