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