From 5eacf25820fa9d4e06544f762974277b3b7b5ff5 Mon Sep 17 00:00:00 2001 From: kentsanggds Date: Tue, 5 Dec 2023 18:52:27 +0000 Subject: [PATCH] Update location of build-image.sh --- .github/workflows/build-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index b54f8d8..67b8d18 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -36,10 +36,10 @@ jobs: DRY_RUN: "1" APP: ckan-harvest-source ARCH: amd64 - run: ./docker/build-image.sh + run: ./.github/workflows/build-image.sh - name: Build and push images if: ${{ inputs.buildType == 'build_push' || github.ref == 'refs/heads/main' }} env: APP: ckan-harvest-source ARCH: amd64 - run: ./docker/build-image.sh + run: ./.github/workflows/build-image.sh