Skip to content

Commit

Permalink
chore: Correct docker image builder default namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 28, 2024
1 parent b7563b5 commit dded08d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ release-preview:
release: tagrelease

export GHCR_REGISTRY ?= ghcr.io
export GHCR_REPO ?= sile-typesetter/$(TRANSFORMED_PACKAGE_NAME)
export GHCR_REPO ?= theleagueof/$(TRANSFORMED_PACKAGE_NAME)

export DOCKER_REGISTRY ?= docker.io
export DOCKER_REPO ?= theleagueof/$(TRANSFORMED_PACKAGE_NAME)
Expand Down
2 changes: 1 addition & 1 deletion build-aux/que_docker_boilerplate.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DOCKER_DEVELOPER_TARGETS = docker
.PHONY: $(DOCKER_DEVELOPER_TARGETS)

export DOCKER_REGISTRY ?= ghcr.io
export DOCKER_REPO ?= sile-typesetter/$(TRANSFORMED_PACKAGE_NAME)
export DOCKER_REPO ?= theleagueof/$(TRANSFORMED_PACKAGE_NAME)
export DOCKER_TAG ?= HEAD

docker: Dockerfile hooks/build .version
Expand Down

0 comments on commit dded08d

Please sign in to comment.