Skip to content

Commit 14e0487

Browse files
Use correct syntax for pushing
1 parent a53a723 commit 14e0487

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,5 @@ jobs:
145145
146146
- name: Push container image
147147
run: |
148-
docker push \
149-
lehrenfried/tilemaker:${{ github.sha }} \
150-
lehrenfried/tilemaker:latest
148+
docker push --all-tags
151149

0 commit comments

Comments
 (0)