From e5503d1b26e14373f75daff87f583c5e1413a03d Mon Sep 17 00:00:00 2001 From: docker-images Date: Thu, 31 Jul 2025 19:46:12 +0200 Subject: [PATCH] Update .forgejo/workflows/build.yml --- .forgejo/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index ac305fc..d8aa2f1 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -22,10 +22,10 @@ jobs: github.com/abiosoft/caddy-exec steps: - # - name: Install dependencies - # shell: sh - # run: | - # apk add --no-cache git nodejs npm bash sed curl jq podman + - name: Install dependencies + shell: sh + run: | + apk add --no-cache git nodejs npm bash sed curl jq podman - uses: actions/checkout@v3