Skip to content

Commit b56809f

Browse files
Update docker/login-action action to v3.3.0
1 parent bb712bd commit b56809f

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
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2424

2525
- name: Log in to Docker Hub
26-
uses: docker/login-action@v3.1.0
26+
uses: docker/login-action@v3.3.0
2727
with:
2828
username: ${{ secrets.DOCKER_USERNAME }}
2929
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -57,7 +57,7 @@ jobs:
5757
platforms: linux/amd64,linux/arm64
5858

5959
- name: Log in to Docker Hub
60-
uses: docker/login-action@v3.1.0
60+
uses: docker/login-action@v3.3.0
6161
with:
6262
username: ${{ secrets.DOCKER_USERNAME }}
6363
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)