Skip to content

Commit 74a7f51

Browse files
Update docker.yml
1 parent f7bd3bc commit 74a7f51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
images: ${{ env.dockerhub-package }},ghcr.io/${{ github.repository }}
3232

3333
- name: Login to GitHub Container Registry
34-
uses: docker/login-action@v1
34+
uses: docker/login-action@v2
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Login to DockerHub
41-
uses: docker/login-action@v1
41+
uses: docker/login-action@v2
4242
with:
4343
username: ${{ secrets.DOCKERHUB_USERNAME }}
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)