Compare commits
2 Commits
5506152772
...
v1
| Author | SHA1 | Date | |
|---|---|---|---|
|
22ee0c1788
|
|||
|
95f6475991
|
@@ -8,6 +8,7 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
upload_manifests:
|
upload_manifests:
|
||||||
description: Upload manifest files to OCI repository
|
description: Upload manifest files to OCI repository
|
||||||
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
webhook_url:
|
webhook_url:
|
||||||
description: Webhook to call after build is completed
|
description: Webhook to call after build is completed
|
||||||
@@ -48,10 +49,12 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Install kustomize
|
- name: Install kustomize
|
||||||
|
if: inputs.upload_manifests == true
|
||||||
run: |
|
run: |
|
||||||
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
|
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
|
||||||
|
|
||||||
- name: Setup Flux CLI
|
- name: Setup Flux CLI
|
||||||
|
if: inputs.upload_manifests == true
|
||||||
uses: https://github.com/fluxcd/flux2/action@main
|
uses: https://github.com/fluxcd/flux2/action@main
|
||||||
with:
|
with:
|
||||||
version: v2.5.0
|
version: v2.5.0
|
||||||
|
|||||||
Reference in New Issue
Block a user