Browse Source

fix makefile

Kelly Norton 11 tháng trước cách đây
mục cha
commit
e1dede8be3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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} \