Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
azzzak committed Dec 21, 2019
1 parent 247f164 commit 8b66a74
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 @@ -5,7 +5,7 @@ IMAGE := ${NAME}:${VER}
LATEST := ${NAME}:latest

image:
@docker build --rm --no-cache --build-arg APP_VER=${GIT_VER} -t proxy-skill .
@docker build --rm --no-cache --build-arg APP_VER=${GIT_VER} -t ${IMAGE} -t ${LATEST} .

push:
@docker push ${NAME}
Expand Down

0 comments on commit 8b66a74

Please sign in to comment.