Skip to content

Commit

Permalink
Fix the order of the arguments for docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandeaual committed Jun 8, 2021
1 parent e8dbda8 commit 1a9b1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ docker build \
--build-arg XC8_VERSION="${XC8_VERSION}" \
. \
&& cd .. \
&& docker run docker-action -v "$(pwd):/app" "/app/${PROJECT}" "${CONFIGURATION}"
&& docker run -v "$(pwd):/github/workspace" --workdir /github/workspace docker-action "${PROJECT}" "${CONFIGURATION}"

0 comments on commit 1a9b1c5

Please sign in to comment.