Skip to content

Commit 14a5222

Browse files
authored
Merge pull request #40 from tysg/master
fix: A wrong indentation in Makefile skips docker push
2 parents 0f6d8da + 7136f07 commit 14a5222

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)