Skip to content

Commit

Permalink
just moving the optional args
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillypHenning committed Sep 20, 2022
1 parent 622c217 commit 37c02c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
echo "::group::Build Image"
echo "Building $IMAGE_NAME"
docker build --pull -t $IMAGE_NAME:$IMAGE_TAG ${{ inputs.build_args }} .
docker build --pull -t $IMAGE_NAME:$IMAGE_TAG . ${{ inputs.build_args }}
echo "::endgroup::"
echo "::group::Push Image"
Expand Down

0 comments on commit 37c02c0

Please sign in to comment.