Skip to content

Commit 7136f07

Browse files
committed
A wrong indentation in Makefile skips docker push
1 parent 0f6d8da commit 7136f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish: build
88
$(DOCKER) push $(REPO):${TAG}
99

1010
publish-arm64: build-arm64
11-
$(DOCKER) push $(REPO):${TAG}-arm64
11+
$(DOCKER) push $(REPO):${TAG}-arm64
1212

1313
publish-tag: build publish
1414
$(DOCKER) tag $(REPO):${TAG} "$(REPO):$(INPUT_RELEASE_VERSION)-rust-$(RUST_VERSION)"

0 commit comments

Comments
 (0)