Skip to content

Commit 0135811

Browse files
committed
Update docker/login-action action to v2
1 parent 5f2b249 commit 0135811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
mkdir -p ~/.docker
2020
echo "{\"experimental\": \"enabled\"}" > ~/.docker/config.json
2121
- name: Login to DockerHub
22-
uses: docker/login-action@v1
22+
uses: docker/login-action@v2
2323
if: env.DOCKER_USERNAME
2424
with:
2525
username: ${{ secrets.DOCKERHUB_USERNAME }}
2626
password: ${{ secrets.DOCKERHUB_PASSWORD }}
2727
- name: Login to ghcr
28-
uses: docker/login-action@v1
28+
uses: docker/login-action@v2
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)