We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6943d1 commit 3690937Copy full SHA for 3690937
.github/workflows/deploy.yml
@@ -124,7 +124,7 @@ jobs:
124
- name: Set Image (Kustomize SpinApp)
125
run: |
126
pushd deploy/spin-app
127
- kustomize edit set image flux-docs/build=ghcr.io/kingdon-ci/flux-docs/build:${{ github.run_id }}-2
+ kustomize edit set image flux-docs/build=ghcr.io/kingdon-ci/flux-docs/build:${{ github.run_id }}-3
128
popd
129
130
# Login: GHCR
@@ -162,4 +162,4 @@ jobs:
162
- name: Sign OCI WASM artifact
163
164
# keyless mode
165
- cosign sign ghcr.io/kingdon-ci/flux-docs/build:${{ github.run_id }}-2 -y
+ cosign sign ghcr.io/kingdon-ci/flux-docs/build:${{ github.run_id }}-3 -y
0 commit comments