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 Aug 16, 2022
1 parent a531a0b commit ec93db6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,13 @@ jobs:
username: tilemakerbot
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build container image
- name: Build image
run: |
docker build . \
-t lehrenfried/tilemaker:${{ github.sha }} \
-t lehrenfried/tilemaker:latest
- name: Push container image
run: |
docker push \
lehrenfried/tilemaker:${{ github.sha }} \
lehrenfried/tilemaker:latest
- name: Push image
run: docker push lehrenfried/tilemaker --all-tags


0 comments on commit ec93db6

Please sign in to comment.