소스 검색

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} \