Skip to content

Commit 6e3de70

Browse files
committed
Image name change
1 parent 494017e commit 6e3de70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GO_LICENSES_PACKAGE ?= github.com/google/go-licenses@v1
3737
GOVULNCHECK_PACKAGE ?= golang.org/x/vuln/cmd/govulncheck@v1
3838
ACTIONLINT_PACKAGE ?= github.com/rhysd/actionlint/cmd/actionlint@v1
3939

40-
DOCKER_IMAGE ?= gitea/gitea
40+
DOCKER_IMAGE ?= harbor-dev.matera.com/ci-cd/gitea
4141
DOCKER_TAG ?= latest
4242
DOCKER_REF := $(DOCKER_IMAGE):$(DOCKER_TAG)
4343

@@ -972,7 +972,7 @@ generate-manpage:
972972

973973
.PHONY: docker
974974
docker:
975-
docker build --disable-content-trust=false -t $(DOCKER_REF) .
975+
docker build -t $(DOCKER_REF) .
976976
# support also build args docker build --build-arg GITEA_VERSION=v1.2.3 --build-arg TAGS="bindata sqlite sqlite_unlock_notify" .
977977

978978
# This endif closes the if at the top of the file

0 commit comments

Comments
 (0)