Skip to content

Commit 17a84d7

Browse files
authored
Merge pull request #18 from blinklabs-io/dependabot/github_actions/docker/login-action-3
chore(deps): bump docker/login-action from 1 to 3
2 parents b35e98f + 27d8793 commit 17a84d7

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
@@ -20,12 +20,12 @@ jobs:
2020
uses: docker/setup-qemu-action@v1
2121
- uses: docker/setup-buildx-action@v1
2222
- name: Login to Docker Hub
23-
uses: docker/login-action@v1
23+
uses: docker/login-action@v3
2424
with:
2525
username: blinklabs
2626
password: ${{ secrets.DOCKER_PASSWORD }} # uses token
2727
- name: Login to GHCR
28-
uses: docker/login-action@v1
28+
uses: docker/login-action@v3
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)