Skip to content

Commit 8e8b6b8

Browse files
authored
Merge pull request #3901 from squidfunk/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2 parents 45d8493 + cc0506f commit 8e8b6b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ jobs:
6767
uses: actions/checkout@v3
6868

6969
- name: Login to DockerHub
70-
uses: docker/login-action@v1
70+
uses: docker/login-action@v2
7171
with:
7272
username: ${{ secrets.DOCKER_USERNAME }}
7373
password: ${{ secrets.DOCKER_PASSWORD }}
7474

7575
- name: Login to GitHub Container Registry
76-
uses: docker/login-action@v1
76+
uses: docker/login-action@v2
7777
with:
7878
registry: ghcr.io
7979
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)