Skip to content

Commit ec93db6

Browse files
Use correct syntax for pushing
1 parent a531a0b commit ec93db6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,13 @@ jobs:
137137
username: tilemakerbot
138138
password: ${{ secrets.DOCKERHUB_TOKEN }}
139139

140-
- name: Build container image
140+
- name: Build image
141141
run: |
142142
docker build . \
143143
-t lehrenfried/tilemaker:${{ github.sha }} \
144144
-t lehrenfried/tilemaker:latest
145145
146-
- name: Push container image
147-
run: |
148-
docker push \
149-
lehrenfried/tilemaker:${{ github.sha }} \
150-
lehrenfried/tilemaker:latest
146+
- name: Push image
147+
run: docker push lehrenfried/tilemaker --all-tags
148+
151149

0 commit comments

Comments
 (0)