From 3b9dafe025eaf86c74783678b60f3a587602457b Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 4 Feb 2024 09:39:11 -0500 Subject: [PATCH] Fixing Ash Command --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index ce6f249..27b52aa 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -45,7 +45,7 @@ jobs: uses: https://github.com/moosetheory/actions-docker-extract@v3.1 id: extract with: - shell_command: /bin/ash -e + shell_command: /bin/ash -c image: forgejo.merr.is/${{ github.repository }}:${{ github.head_ref || github.ref_name }}.${{ github.run_number }} path: isl-api destination: /dist