diff --git a/Makefile b/Makefile index dbe3311..1ba315a 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ publish: build $(DOCKER) push $(REPO):${TAG} publish-arm64: build-arm64 - $(DOCKER) push $(REPO):${TAG}-arm64 + $(DOCKER) push $(REPO):${TAG}-arm64 publish-tag: build publish $(DOCKER) tag $(REPO):${TAG} "$(REPO):$(INPUT_RELEASE_VERSION)-rust-$(RUST_VERSION)"