diff --git a/.github/workflows/prod.workflow.yaml b/.github/workflows/prod.workflow.yaml index 77aa5e8..f2a463a 100644 --- a/.github/workflows/prod.workflow.yaml +++ b/.github/workflows/prod.workflow.yaml @@ -34,7 +34,7 @@ jobs: - name: build the image to portainer release run: | - # make the script executeable + # make the script executable chmod +x "${GITHUB_WORKSPACE}/build/build_and_push.sh" # run the script - "${GITHUB_WORKSPACE}/build/build_and_push.sh" portainer {{ github.event.inputs.unpacker_version }} + "${GITHUB_WORKSPACE}/build/build_and_push.sh" portainer "${{ github.event.inputs.unpacker_version }}" diff --git a/build/build_and_push.sh b/build/build_and_push.sh index 515b0d5..16e156f 100755 --- a/build/build_and_push.sh +++ b/build/build_and_push.sh @@ -1,6 +1,5 @@ #!/bin/bash set -e -set +x : ${REPO:=$1/compose-unpacker} : ${TAG:=$2}