File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 79
79
- name : Set up Flux CLI
80
80
uses :
fluxcd/flux2/[email protected]
81
81
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
+
82
89
# Push: Kubernetes (Flux App)
83
90
- name : Push manifests
84
91
run : |
@@ -95,13 +102,6 @@ jobs:
95
102
- name : Cosign version
96
103
run : cosign version
97
104
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
-
105
105
# Sign: Kubernetes manifests
106
106
- name : Sign OCI YAML manifests
107
107
run : |
You can’t perform that action at this time.
0 commit comments