Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhat83 committed Apr 12, 2024
1 parent c84535c commit 706e229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
1 change: 0 additions & 1 deletion build/build_and_push.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
set -e
set +x

: ${REPO:=$1/compose-unpacker}
: ${TAG:=$2}
Expand Down

0 comments on commit 706e229

Please sign in to comment.