Skip to content

Commit

Permalink
Debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 8, 2024
1 parent 0617ed2 commit 7eacb3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/build_container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ runs:
# which is tricky with shell variable expansion. Similar to Kaniko, see also:
# https://github.com/GoogleContainerTools/kaniko/issues/1803
export IFS=''
find container_definitions
echo "Contents of BUILD_PATH ${{ inputs.BUILD_PATH }}"
ls ${{ inputs.BUILD_PATH }}
COMMAND="buildah bud --iidfile image_id ${{ inputs.BUILDAH_EXTRA_ARGS }} ${{ inputs.BUILD_PATH }}"
echo "${COMMAND}"
eval "${COMMAND}"
Expand Down

0 comments on commit 7eacb3d

Please sign in to comment.