Skip to content

Commit 7e44031

Browse files
authored
build(make): change image scope variable name (#168)
1 parent 77ec74e commit 7e44031

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
NAME := ratus
22
VERSION := 0.8.1
33

4-
DOCKER_HUB_OWNER ?= hyperonym
5-
DOCKER_HUB_IMAGE := $(DOCKER_HUB_OWNER)/$(NAME):$(VERSION)
4+
DOCKER_HUB_NAMESPACE ?= hyperonym
5+
DOCKER_HUB_IMAGE := $(DOCKER_HUB_NAMESPACE)/$(NAME):$(VERSION)
66

7-
GITHUB_PACKAGES_OWNER ?= hyperonym
8-
GITHUB_PACKAGES_IMAGE := ghcr.io/$(GITHUB_PACKAGES_OWNER)/$(NAME):$(VERSION)
7+
GITHUB_PACKAGES_NAMESPACE ?= hyperonym
8+
GITHUB_PACKAGES_IMAGE := ghcr.io/$(GITHUB_PACKAGES_NAMESPACE)/$(NAME):$(VERSION)
99

1010
TARGET_BINARY_PLATFORMS := aix/ppc64,android/arm64,darwin/amd64,darwin/arm64,freebsd/386,freebsd/amd64,freebsd/arm64,linux/386,linux/amd64,linux/arm64,linux/mips64le,linux/ppc64le,linux/riscv64,linux/s390x,windows/386,windows/amd64,windows/arm64
1111
TARGET_CONTAINER_PLATFORMS := linux/386,linux/amd64,linux/arm64,linux/mips64le,linux/ppc64le,linux/s390x

0 commit comments

Comments
 (0)