Skip to content

Commit e2a3db6

Browse files
committed
update manifests before push flux oci
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent 3911ed3 commit e2a3db6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/deploy.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ jobs:
7979
- name: Set up Flux CLI
8080
uses: fluxcd/flux2/[email protected]
8181

82+
# Update: Kubernetes manifests
83+
- name: Set Image (Kustomize SpinApp)
84+
run: |
85+
pushd deploy/spin-app
86+
kustomize edit set image flux-docs/build=ghcr.io/kingdon-ci/flux-docs/build:${{ github.run_id }}-2
87+
popd
88+
8289
# Push: Kubernetes (Flux App)
8390
- name: Push manifests
8491
run: |
@@ -95,13 +102,6 @@ jobs:
95102
- name: Cosign version
96103
run: cosign version
97104

98-
# Update: Kubernetes manifests
99-
- name: Set Image (Kustomize SpinApp)
100-
run: |
101-
pushd deploy/spin-app
102-
kustomize edit set image flux-docs/build=ghcr.io/kingdon-ci/flux-docs/build:${{ github.run_id }}-2
103-
popd
104-
105105
# Sign: Kubernetes manifests
106106
- name: Sign OCI YAML manifests
107107
run: |

0 commit comments

Comments
 (0)