Skip to content

Commit d61f821

Browse files
committed
Update docker/login-action to v3
1 parent 8238d0e commit d61f821

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/version-base-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- endpoint: ssh://${{ secrets.SSH_USER }}@${{ secrets.SSH_IP }}
3434
3535
- name: Login to GHCR
36-
uses: docker/login-action@v2.2.0
36+
uses: docker/login-action@v3
3737
with:
3838
registry: ghcr.io
3939
username: ${{ github.actor }}
@@ -74,7 +74,7 @@ jobs:
7474
uses: docker/setup-buildx-action@v2
7575

7676
- name: Login to GHCR
77-
uses: docker/login-action@v2.2.0
77+
uses: docker/login-action@v3
7878
with:
7979
registry: ghcr.io
8080
username: ${{ github.actor }}

.github/workflows/version-devcontainer-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- endpoint: ssh://${{ secrets.SSH_USER }}@${{ secrets.SSH_IP }}
3737
3838
- name: Login to GHCR
39-
uses: docker/login-action@v2.2.0
39+
uses: docker/login-action@v3
4040
with:
4141
registry: ghcr.io
4242
username: ${{ github.actor }}

0 commit comments

Comments
 (0)