Skip to content

Commit acfd6fa

Browse files
build(deps): bump docker/login-action from 3.4.0 to 3.5.0 in the updates group (#3615)
1 parent ba172b2 commit acfd6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-multiarch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,14 @@ jobs:
186186
tests/test.sh
187187
188188
- name: Login to DockerHub
189-
uses: docker/login-action@v3.4.0
189+
uses: docker/login-action@v3.5.0
190190
if: env.HAS_IMAGE_REPO_ACCESS
191191
with:
192192
username: ${{ secrets.DOCKER_USER }}
193193
password: ${{ secrets.DOCKER_PASSWORD }}
194194

195195
- name: Login to GHCR
196-
uses: docker/login-action@v3.4.0
196+
uses: docker/login-action@v3.5.0
197197
if: env.HAS_IMAGE_REPO_ACCESS
198198
with:
199199
registry: ghcr.io

0 commit comments

Comments
 (0)