Skip to content

Commit

Permalink
Use correct syntax for pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jan 19, 2022
1 parent a53a723 commit 14e0487
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,5 @@ jobs:
- name: Push container image
run: |
docker push \
lehrenfried/tilemaker:${{ github.sha }} \
lehrenfried/tilemaker:latest
docker push --all-tags

0 comments on commit 14e0487

Please sign in to comment.