瀏覽代碼

fix makefile

Kelly Norton 11 月之前
父節點
當前提交
e1dede8be3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -41,7 +41,7 @@ bin/publish: cmd/publish/main.go
 publish: bin/publish
 	bin/publish \
 		--tag=latest \
-		--tag=$(shell git rev-parse --short $(SHA))
+		--tag=$(shell git rev-parse --short $(SHA)) \
 		--platform=linux/arm64 \
 		--platform=linux/amd64 \
 		--build-arg=SHA=${SHA} \