From e33592cb84fe2379757183861d636a8480a1409c Mon Sep 17 00:00:00 2001 From: docker-images Date: Thu, 31 Jul 2025 14:13:07 +0200 Subject: [PATCH] Update .forgejo/workflows/build.yml --- .forgejo/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 103e524..be03aa9 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -21,11 +21,11 @@ jobs: github.com/restic/caddy github.com/abiosoft/caddy-exec - steps: - - name: Install dependencies - shell: sh - run: | - apk add --no-cache git nodejs npm bash sed curl jq podman + # steps: + # - name: Install dependencies + # shell: sh + # run: | + # apk add --no-cache git nodejs npm bash sed curl jq podman - uses: actions/checkout@v3