diff --git a/.gitea/workflows/alpine.yaml b/.gitea/workflows/alpine.yaml index 720fe29..7d5f426 100644 --- a/.gitea/workflows/alpine.yaml +++ b/.gitea/workflows/alpine.yaml @@ -6,29 +6,29 @@ on: - master jobs: - prepare: - name: Get build meta - runs-on: ubuntu-latest - container: - image: ghcr.io/catthehacker/ubuntu:act-latest - steps: - - name: Check out repository code - uses: actions/checkout@v4 - - name: Get build-meta.json content - id: get-build-meta - uses: ActionsTools/read-json-action@main - with: - file_path: "build-meta.json" - outputs: - versions: ${{ steps.get-build-meta.outputs.versions }} + # prepare: + # name: Get build meta + # runs-on: ubuntu-latest + # container: + # image: ghcr.io/catthehacker/ubuntu:act-latest + # steps: + # - name: Check out repository code + # uses: actions/checkout@v4 + # - name: Get build-meta.json content + # id: get-build-meta + # uses: ActionsTools/read-json-action@main + # with: + # file_path: "build-meta.json" + # outputs: + # versions: ${{ steps.get-build-meta.outputs.versions }} build: name: Build alpine linux container images container: image: ghcr.io/catthehacker/ubuntu:act-latest runs-on: ubuntu-latest - needs: - - prepare + # needs: + # - prepare strategy: matrix: # version: ${{ fromJson(needs.prepare.outputs.versions) }}