Skip to content

Commit

Permalink
fix(docker): use image input
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Apr 19, 2022
1 parent 59808a8 commit c584a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
- name: 'Prepare'
id: prep
run: |
IMAGE="myparcel/php-sdk"
IMAGE=$(echo ${{ inputs.image }})
ARGS=$(echo ${{ inputs.docker_args }} | shasum | head -c 40)
TAG=$(echo $GITHUB_SHA | head -c7)
echo ::set-output name=args::${ARGS}
Expand Down

0 comments on commit c584a83

Please sign in to comment.