Kelly Norton hai 11 meses
pai
achega
e1dede8be3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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} \