Update .forgejo/workflows/build.yml

This commit is contained in:
docker-images 2025-07-30 23:43:52 +02:00
commit 764e081ade

View file

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: pinp
runs-on: alpine-trueedge
env:
PACKAGE: caddy-shork
@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
shell: sh
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