Skip to content

Commit

Permalink
Merge pull request #18 from blinklabs-io/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/login-action-3

chore(deps): bump docker/login-action from 1 to 3
  • Loading branch information
wolf31o2 authored Dec 5, 2023
2 parents b35e98f + 27d8793 commit 17a84d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: blinklabs
password: ${{ secrets.DOCKER_PASSWORD }} # uses token
- name: Login to GHCR
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 17a84d7

Please sign in to comment.