Skip to content

Commit

Permalink
Also release latest Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcorneliusmartin committed Nov 13, 2023
1 parent df7f358 commit 8138201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo:
@echo " tag: ${TAG}"
@echo ""

vtg-chisq:
chisq:
make docker IMAGE=starter/vtg.chisq

build: install-deps document
Expand Down Expand Up @@ -55,6 +55,7 @@ docker-build:
--build-arg PKG_NAME=${PKG_NAME} \
-t ${IMAGE}:${TAG} \
-t ${HOST}/${IMAGE}:${TAG} \
-t ${HOST}/${IMAGE}:latest \
.

docker-push: docker-build
Expand Down

0 comments on commit 8138201

Please sign in to comment.