Skip to content

Commit

Permalink
to release in fork for testing
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed May 13, 2024
1 parent 95b8da3 commit 0e4471e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -90,5 +90,5 @@ release:
prerelease: auto
draft: true # allow for manual edits
github:
owner: sigstore
owner: cpanato
name: timestamp-authority
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e4471e

Please sign in to comment.