File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 66 COSIGN_EXPERIMENTAL : 1
77 REGISTRY : ghcr.io
88 IMAGE_NAME : ${{ github.repository }}
9- VERSION : 0.3.1
9+ VERSION : 0.3.2
1010
1111jobs :
1212 build :
8484 steps :
8585 - name : Install Cosign
8686 uses : sigstore/cosign-installer@v2.8.1
87- with :
88- cosign-release : ' v1.13.0'
8987
9088 - name : Log into container registry
9189 uses : redhat-actions/podman-login@v1.4
@@ -111,8 +109,6 @@ jobs:
111109 steps :
112110 - name : Install Cosign
113111 uses : sigstore/cosign-installer@v2.8.1
114- with :
115- cosign-release : ' v1.13.0'
116112
117113 - name : Log into container registry
118114 uses : redhat-actions/podman-login@v1.4
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4545``` shell
4646kubectl create namespace carvel-packages
4747kctrl package repository add -r kadras-repo \
48- --url ghcr.io/arktonix/kadras-packages:0.3.1 \
48+ --url ghcr.io/arktonix/kadras-packages:0.3.2 \
4949 -n carvel-packages
5050```
5151
You can’t perform that action at this time.
0 commit comments