浏览代码

fix makefile

Kelly Norton 11 月之前
父节点
当前提交
e8ae881716
共有 1 个文件被更改,包括 0 次插入1 次删除
  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