Skip to content
Discussion options

You must be logged in to vote

The actions/runner doesn't sanitize your options.

The docker option entrypoint takes one argument, but you provided 4 arguments.

--entrypoint sh mysql -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"

Docker now interprets mysql from your entrypoint as the image name for docker create..., the default tag latest is used because your misparsed mysql image name has no tag.
Interesting to see that this job passed, including this input error.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@petersg83
Comment options

Comment options

You must be logged in to vote
2 replies
@petersg83
Comment options

@petersg83
Comment options

Answer selected by petersg83
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Issues Repository issues let you track features, problems, and more alongside your code
3 participants