1 parent 305f9bd commit 112d678Copy full SHA for 112d678
2 files changed
.github/actions/setup-cog/action.yaml
@@ -4,7 +4,7 @@ inputs:
4
version:
5
description: "Cog version to install"
6
required: true
7
- default: "0.0.57"
+ default: "0.0.58"
8
outputs:
9
bin-path:
10
description: "Path to the cog binary"
Makefile
@@ -1,4 +1,4 @@
1
-COG_VERSION = v0.0.57
+COG_VERSION = v0.0.58
2
COG_DIR = $(shell go env GOPATH)/bin/cog-$(COG_VERSION)
3
COG_BIN = $(COG_DIR)/cli
@@ -21,7 +21,7 @@ clone-kind-registry:
21
22
.PHONY: generate
23
generate: install-cog clone-kind-registry
24
- cog generate --config .cog/config.yaml \
+ $(COG_BIN) generate --config .cog/config.yaml \
25
--parameters "output_dir=%l,kind_registry_path=$(KIND_REGISTRY_PATH),release_tag=$(shell cat .release/tag)"
26
27
.PHONY: preview
0 commit comments