Skip to content

Commit 3690937

Browse files
committed
runtime image is "-3"
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent b6943d1 commit 3690937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Set Image (Kustomize SpinApp)
125125
run: |
126126
pushd deploy/spin-app
127-
kustomize edit set image flux-docs/build=ghcr.io/kingdon-ci/flux-docs/build:${{ github.run_id }}-2
127+
kustomize edit set image flux-docs/build=ghcr.io/kingdon-ci/flux-docs/build:${{ github.run_id }}-3
128128
popd
129129
130130
# Login: GHCR
@@ -162,4 +162,4 @@ jobs:
162162
- name: Sign OCI WASM artifact
163163
run: |
164164
# keyless mode
165-
cosign sign ghcr.io/kingdon-ci/flux-docs/build:${{ github.run_id }}-2 -y
165+
cosign sign ghcr.io/kingdon-ci/flux-docs/build:${{ github.run_id }}-3 -y

0 commit comments

Comments
 (0)