Skip to content

Commit 245104f

Browse files
authored
Merge pull request #6 from sparanoid/dependabot/github_actions/docker/login-action-2
2 parents 36208be + 8295259 commit 245104f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929

3030
- name: Log in to Docker Hub
3131
if: github.event_name != 'pull_request'
32-
uses: docker/login-action@v1
32+
uses: docker/login-action@v2
3333
with:
3434
username: ${{ secrets.DOCKERHUB_USERNAME }}
3535
password: ${{ secrets.DOCKERHUB_TOKEN }}
3636

3737
- name: Login to GitHub Container Registry
3838
if: github.event_name != 'pull_request'
39-
uses: docker/login-action@v1
39+
uses: docker/login-action@v2
4040
with:
4141
registry: ghcr.io
4242
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)