From 9b7facb8ca44939f2fd9f316f2307b76d77ac4ed Mon Sep 17 00:00:00 2001 From: docker-images Date: Thu, 31 Jul 2025 19:48:56 +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 d8aa2f1..190e1f4 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