diff --git a/.goreleaser.yml b/.goreleaser.yml index c21b6a75..9241fd07 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -12,8 +12,8 @@ before: - go mod tidy - /bin/bash -c 'if [ -n "$(git --no-pager diff --exit-code go.mod go.sum)" ]; then exit 1; fi' -gomod: - proxy: true +# gomod: +# proxy: true sboms: - artifacts: binary @@ -90,5 +90,5 @@ release: prerelease: auto draft: true # allow for manual edits github: - owner: sigstore + owner: cpanato name: timestamp-authority diff --git a/Makefile b/Makefile index 52c51a06..663d20db 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ ifeq ($(DIFF), 1) GIT_TREESTATE = "dirty" endif -KO_PREFIX ?= ghcr.io/sigstore +KO_PREFIX ?= ghcr.io/cpanato export KO_DOCKER_REPO=$(KO_PREFIX) # Binaries