diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d93393e..5530ebc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,10 +1,13 @@ -name: Github Actions Demo -run-name: ${{ github.actor }} is testing out GitHub Actions (on Gitea) 🚀 +name: Build Container and update Flux on: push: paths-ignore: - k/** +env: + DEPLOY_MANIFEST: ${{ var.DEPLOY_MANIFEST | default "deploy.yaml" }} + FLUX_MANIFEST: ${{ var.FLUX_MANIFEST | default "flux.yaml" }} + jobs: Explore-Gitea-Actions: runs-on: metal-docker diff --git a/Dockerfile b/Dockerfile index 2c19864..6133b30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apk add \ nodejs \ tea \ curl \ + bash \ --no-cache USER rootless