Skip to content

Commit

Permalink
Push image to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Feb 9, 2024
1 parent 1f898fd commit 689352d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/login-action@v3
with:
username: protomaps
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 689352d

Please sign in to comment.