We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f6d8da + 7136f07 commit 14a5222Copy full SHA for 14a5222
Makefile
@@ -8,7 +8,7 @@ publish: build
8
$(DOCKER) push $(REPO):${TAG}
9
10
publish-arm64: build-arm64
11
- $(DOCKER) push $(REPO):${TAG}-arm64
+ $(DOCKER) push $(REPO):${TAG}-arm64
12
13
publish-tag: build publish
14
$(DOCKER) tag $(REPO):${TAG} "$(REPO):$(INPUT_RELEASE_VERSION)-rust-$(RUST_VERSION)"
0 commit comments