Skip to content

Commit 0203381

Browse files
authored
Merge pull request #3602 from gulfofmaine/dependabot/github_actions/docker/login-action-3.5.0
2 parents 8a8cfa9 + 0aed0ef commit 0203381

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
mariners-dashboard-image-
2929
3030
- name: "Login to Docker Hub"
31-
uses: docker/login-action@v3.4.0
31+
uses: docker/login-action@v3.5.0
3232
continue-on-error: true
3333
with:
3434
username: ${{ secrets.DOCKER_USERNAME }}
@@ -276,7 +276,7 @@ jobs:
276276
docker image ls -a
277277
278278
- name: "Login to Docker Hub"
279-
uses: docker/login-action@v3.4.0
279+
uses: docker/login-action@v3.5.0
280280
with:
281281
username: ${{ secrets.DOCKER_USERNAME }}
282282
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -360,7 +360,7 @@ jobs:
360360
docker image ls -a
361361
362362
- name: "Login to Docker Hub"
363-
uses: docker/login-action@v3.4.0
363+
uses: docker/login-action@v3.5.0
364364
with:
365365
username: ${{ secrets.DOCKER_USERNAME }}
366366
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)