add bash to test
All checks were successful
Build Container and update Flux / Explore-Gitea-Actions (push) Successful in 6s
All checks were successful
Build Container and update Flux / Explore-Gitea-Actions (push) Successful in 6s
This commit is contained in:
parent
aa6c9021b8
commit
d1bd0b11e0
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
|
@ -1,10 +1,13 @@
|
||||||
name: Github Actions Demo
|
name: Build Container and update Flux
|
||||||
run-name: ${{ github.actor }} is testing out GitHub Actions (on Gitea) 🚀
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- k/**
|
- k/**
|
||||||
|
|
||||||
|
env:
|
||||||
|
DEPLOY_MANIFEST: ${{ var.DEPLOY_MANIFEST | default "deploy.yaml" }}
|
||||||
|
FLUX_MANIFEST: ${{ var.FLUX_MANIFEST | default "flux.yaml" }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: metal-docker
|
runs-on: metal-docker
|
||||||
|
|
|
@ -6,6 +6,7 @@ RUN apk add \
|
||||||
nodejs \
|
nodejs \
|
||||||
tea \
|
tea \
|
||||||
curl \
|
curl \
|
||||||
|
bash \
|
||||||
--no-cache
|
--no-cache
|
||||||
|
|
||||||
USER rootless
|
USER rootless
|
||||||
|
|
Loading…
Reference in New Issue
Block a user