Browse Source

fix makefile

Kelly Norton 11 months ago
parent
commit
e8ae881716
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -37,6 +37,5 @@ bin/buildimg:
 
 publish: bin/buildimg
 	bin/buildimg --tag=$(shell git rev-parse --short $(SHA)) \
-		--push \
 		--target=linux/arm64 --target=linux/amd64 \
 		--build-arg=SHA=${SHA} kellegous/go