Update .forgejo/workflows/build.yml
This commit is contained in:
parent
5e56a359aa
commit
1cf6c55644
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ jobs:
|
|||
shell: sh
|
||||
run: |
|
||||
echo "Run because of ${{ github.event_name }}"
|
||||
apk add --no-cache git nodejs npm bash sed curl jq
|
||||
apk add --no-cache git nodejs npm bash sed curl jq yq
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
done
|
||||
docker info || { echo "Docker daemon failed to start."; exit 1; }
|
||||
|
||||
- name: Get buildfiles
|
||||
- name: Get Buildfiles
|
||||
run: |
|
||||
YAML=$(curl -s "$REPO_URL/$YAML_FILE")
|
||||
FILENAME=$(echo "$YAML" | yq -r ".[] | select(.flavor == \"alpine-minirootfs\") | .file")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue