Skip to content

Commit 5213b91

Browse files
chore(deps): update docker/login-action action to v3.4.0 (#405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 965c370 commit 5213b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerPush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
platforms: linux/amd64,linux/arm64
3030

3131
- name: Log in to Docker Hub
32-
uses: docker/login-action@v3.3.0
32+
uses: docker/login-action@v3.4.0
3333
with:
3434
username: ${{ secrets.DOCKER_USERNAME }}
3535
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -65,7 +65,7 @@ jobs:
6565
platforms: linux/amd64,linux/arm64
6666

6767
- name: Log in to Docker Hub
68-
uses: docker/login-action@v3.3.0
68+
uses: docker/login-action@v3.4.0
6969
with:
7070
username: ${{ secrets.DOCKER_USERNAME }}
7171
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)