Skip to content

Commit 2b74b50

Browse files
authored
Merge pull request #1498 from traPtitech/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2 parents 7d7bea2 + 2041fca commit 2b74b50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Show available platforms
3030
run: echo ${{ steps.buildx.outputs.platforms }}
3131
- name: Login to GitHub Container Registry
32-
uses: docker/login-action@v1
32+
uses: docker/login-action@v2
3333
with:
3434
registry: ghcr.io
3535
username: traptitech

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Show available platforms
3333
run: echo ${{ steps.buildx.outputs.platforms }}
3434
- name: Login to GitHub Container Registry
35-
uses: docker/login-action@v1
35+
uses: docker/login-action@v2
3636
with:
3737
registry: ghcr.io
3838
username: traptitech

0 commit comments

Comments
 (0)