From 2cd10ae93a8e74a736e4c2f5d8b26ca16681c4cb Mon Sep 17 00:00:00 2001 From: Phillip Schichtel Date: Tue, 22 Oct 2024 23:55:07 +0200 Subject: [PATCH] .sh --- .github/workflows/container-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-images.yml b/.github/workflows/container-images.yml index 64dba9f..c084298 100644 --- a/.github/workflows/container-images.yml +++ b/.github/workflows/container-images.yml @@ -22,7 +22,7 @@ jobs: - name: Build the Docker image run: | cd images - ./build joex + ./build.sh joex build-restserver: runs-on: ubuntu-latest steps: @@ -36,5 +36,5 @@ jobs: - name: Build the Docker image run: | cd images - ./build restserver + ./build.sh restserver