Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 83a5510

Browse files
Merge pull request #13 from reload/dependabot/github_actions/docker/login-action-2
2 parents 73a829b + 547f623 commit 83a5510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
id: buildx
1616
uses: docker/setup-buildx-action@master
1717
- name: Login to DockerHub
18-
uses: docker/login-action@v1
18+
uses: docker/login-action@v2
1919
with:
2020
username: ${{ secrets.DOCKERHUB_USERNAME }}
2121
password: ${{ secrets.DOCKERHUB_TOKEN }}
2222
- name: Login to GitHub Container Registry
23-
uses: docker/login-action@v1
23+
uses: docker/login-action@v2
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)