From 0bb0da779ec8fc8a28494ac9fe77e0815f99094a Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Mon, 11 May 2026 13:40:42 -0500 Subject: [PATCH] run using bash --- .gitea/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 27eb28d..7c78676 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -25,12 +25,10 @@ jobs: username: ${{ secrets.CI_USER }} password: ${{ secrets.CI_PASSWORD }} - - name: Make build script executable - run: chmod +x build-and-copy.sh - name: Build image using upstream script run: | - ./build-and-copy.sh -t ${IMAGE_NAME}:${IMAGE_TAG} + bash build-and-copy.sh -t ${IMAGE_NAME}:${IMAGE_TAG} - name: Tag image run: |