From 764e081ade7d1133efa1117400eb14d939724874 Mon Sep 17 00:00:00 2001 From: docker-images Date: Wed, 30 Jul 2025 23:43:52 +0200 Subject: [PATCH] Update .forgejo/workflows/build.yml --- .forgejo/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index e171ae6..b34f6e1 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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