forgejo-2174/.gitea/workflows/alpine.yml
Dominic de46f5d7ee
Some checks failed
Alpine / abuild (push) Failing after 15s
initial commit
2024-01-22 16:35:51 +01:00

14 lines
312 B
YAML

name: Alpine
on: [push]
jobs:
abuild:
runs-on: ubuntu-latest
name: abuild
steps:
- uses: actions/checkout@v4
- name: Build Alpine package
uses: docker://alpine
with:
entrypoint: ash
args: -c './.gitea/workflows/alpine.sh ${{secrets.PACKAGE_TOKEN}}'