add bash to test
All checks were successful
Build Container and update Flux / Explore-Gitea-Actions (push) Successful in 7s
All checks were successful
Build Container and update Flux / Explore-Gitea-Actions (push) Successful in 7s
This commit is contained in:
parent
aa6c9021b8
commit
13e5e991d4
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
|
@ -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 || "deploy.yaml" }}
|
||||
FLUX_MANIFEST: ${{ var.FLUX_MANIFEST || "flux.yaml" }}
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: metal-docker
|
||||
|
@ -12,6 +15,8 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: |
|
||||
echo "deploy: $DEPLOY_MANIFEST"
|
||||
echo "flux: $FLUX_MANIFEST"
|
||||
ls -la
|
||||
docker build --progress plain --iidfile iid.txt .
|
||||
stringprefix() { [ ${#1} -le $2 ] && echo $1 && return 0 || stringprefix "${1%?}" $2 ; }
|
||||
|
|
|
@ -6,6 +6,7 @@ RUN apk add \
|
|||
nodejs \
|
||||
tea \
|
||||
curl \
|
||||
bash \
|
||||
--no-cache
|
||||
|
||||
USER rootless
|
||||
|
|
Loading…
Reference in New Issue
Block a user