Skip to content

Commit 91fbd97

Browse files
Update docker/login-action action to v3
1 parent 3723750 commit 91fbd97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
uses: docker/setup-buildx-action@v2
1919

2020
- name: Login to DockerHub
21-
uses: docker/login-action@v2
21+
uses: docker/login-action@v3
2222
with:
2323
username: theorangeone
2424
password: ${{ secrets.DOCKERHUB_TOKEN }}
2525

2626
- name: Login to GitHub Container Registry
27-
uses: docker/login-action@v2
27+
uses: docker/login-action@v3
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)