File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ GO_LICENSES_PACKAGE ?= github.com/google/go-licenses@v1
3737GOVULNCHECK_PACKAGE ?= golang.org/x/vuln/cmd/govulncheck@v1
3838ACTIONLINT_PACKAGE ?= github.com/rhysd/actionlint/cmd/actionlint@v1
3939
40- DOCKER_IMAGE ?= gitea /gitea
40+ DOCKER_IMAGE ?= harbor-dev.matera.com/ci-cd /gitea
4141DOCKER_TAG ?= latest
4242DOCKER_REF := $(DOCKER_IMAGE ) :$(DOCKER_TAG )
4343
@@ -972,7 +972,7 @@ generate-manpage:
972972
973973.PHONY : docker
974974docker :
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
You can’t perform that action at this time.
0 commit comments