Skip to content

Commit 9c15a94

Browse files
author
Itxaka
committed
Fix REFERENCEID for cosign
Signed-off-by: Itxaka <igarcia@suse.com>
1 parent f1fe256 commit 9c15a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ GIT_TAG ?= $(shell git describe --abbrev=0 --tags )
124124
# also set the REFERENCEID for the signer
125125
ifeq ($(strip $(LAST_TAGGED_COMMIT)), $(strip $(CURRENT_COMMIT)))
126126
export SNAPSHOT_ID?=$(GIT_TAG)
127-
export REFERENCEID?=$(GIT_TAG)
127+
export REFERENCEID?=$(GIT_TAG)-repository.yaml
128128
else
129129
export SNAPSHOT_ID?=$(CURRENT_COMMIT)
130-
export REFERENCEID?=$(CURRENT_COMMIT)
130+
export REFERENCEID?=$(CURRENT_COMMIT)-repository.yaml
131131
endif
132132

133133
#----------------------- end global variables -----------------------

0 commit comments

Comments
 (0)