Update .forgejo/workflows/build.yml
This commit is contained in:
parent
c1a7cf0852
commit
764e081ade
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: pinp
|
runs-on: alpine-trueedge
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PACKAGE: caddy-shork
|
PACKAGE: caddy-shork
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache git nodejs npm bash sed curl jq
|
apk add --no-cache git nodejs npm bash sed curl jq podman
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue