Fix cosign command
This commit is contained in:
@@ -56,5 +56,5 @@ build:
|
||||
buildah tag $FULL_IMAGE_NAME:${TAGS} $FULL_IMAGE_NAME:${TAG}
|
||||
done
|
||||
- buildah push --all $FULL_IMAGE_NAME
|
||||
- DIGEST=$(buildah images --format '{{.Digest}}' $FULL_IMAGE_NAME:$TAGS | head -n 1)
|
||||
- DIGEST=($(buildah images --format '{{.Digest}}' $FULL_IMAGE_NAME:$TAGS))
|
||||
- cosign sign -y --key $SIGNING_SECRET $FULL_IMAGE_NAME@$DIGEST
|
||||
Reference in New Issue
Block a user