Skip to content

Commit

Permalink
Update location of build-image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Dec 5, 2023
1 parent 16a929d commit 5eacf25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5eacf25

Please sign in to comment.