Skip to content

Commit

Permalink
Merge pull request #28 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 2 to 3
  • Loading branch information
wolf31o2 authored Dec 6, 2023
2 parents 75d5484 + ab8977a commit 7ee0292
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 @@ -78,12 +78,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: blinklabs
password: ${{ secrets.DOCKER_PASSWORD }} # uses token
- name: Login to GHCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7ee0292

Please sign in to comment.