Skip to content

Commit

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

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
agaffney authored Dec 11, 2023
2 parents 210c084 + 97b4fc2 commit f487efb
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@v3
- 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 f487efb

Please sign in to comment.