diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index db7a4f2..7f89d9a 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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")