Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 18fec36

Browse files
committed
Update docker/login-action action to v2
1 parent bc0ac46 commit 18fec36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/featureRelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
-
2626
name: Login to DockerHub
27-
uses: docker/login-action@v1
27+
uses: docker/login-action@v2
2828
with:
2929
username: ${{ secrets.DOCKER_USER }}
3030
password: ${{ secrets.DOCKER_PW }}

.github/workflows/latestRelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
-
2626
name: Login to DockerHub
27-
uses: docker/login-action@v1
27+
uses: docker/login-action@v2
2828
with:
2929
username: ${{ secrets.DOCKER_USER }}
3030
password: ${{ secrets.DOCKER_PW }}

.github/workflows/stableRelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
-
2121
name: Login to DockerHub
22-
uses: docker/login-action@v1
22+
uses: docker/login-action@v2
2323
with:
2424
username: ${{ secrets.DOCKER_USER }}
2525
password: ${{ secrets.DOCKER_PW }}

0 commit comments

Comments
 (0)