Skip to content

Commit 8dc1e7c

Browse files
authored
chore: fix variable name in Makefile (#23)
1 parent fa9dd78 commit 8dc1e7c

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
@@ -24,6 +24,6 @@ build-push-multiplatform:
2424
--push \
2525
--platform linux/amd64,linux/arm/v7,linux/arm64 \
2626
--build-arg BUILD_TAG=$(BUILD_TAG) \
27-
--tag $(OPENSOURCE_REPO_URL):$(BUILD_TAG) \
27+
--tag $(REPO_URL):$(BUILD_TAG) \
2828
.
2929

0 commit comments

Comments
 (0)