Skip to content

Commit

Permalink
build: add missing semi in makefile (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Apr 23, 2020
1 parent f8e749b commit 3b42e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ docker-push: docker-login

@for flavor in $(DOCKER_FLAVORS); do \
echo "Pushing $(DOCKER_IMAGE):$$flavor to docker hub"; \
docker push $(DOCKER_IMAGE):$$flavor \
docker push $(DOCKER_IMAGE):$$flavor; \
docker push $(DOCKER_IMAGE):$$flavor-$(VERSION); \
done

Expand Down

0 comments on commit 3b42e4d

Please sign in to comment.