Skip to content

Commit 9b656ee

Browse files
authored
Merge pull request #1119 from oasisprotocol/dependabot/github_actions/docker/login-action-3
ci: bump docker/login-action from 2 to 3
2 parents 5c07374 + d2ebf2b commit 9b656ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-nexus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "VERSION=$(date +%Y-%m-%d-git$(git rev-parse --short HEAD))" >> $GITHUB_ENV
3939
4040
- name: Login to ghcr.io
41-
uses: docker/login-action@v2
41+
uses: docker/login-action@v3
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.actor }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: docker/setup-buildx-action@v2
5555

5656
- name: Login to ghcr.io
57-
uses: docker/login-action@v2
57+
uses: docker/login-action@v3
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.actor }}

0 commit comments

Comments
 (0)