Skip to content

How to bind repository to Docker container #25208

Answered by szarnyasg
szarnyasg asked this question in Actions
Discussion options

You must be logged in to vote

The problem was that my setup lacked the checkout action. Simply adding the following step resolved the problem:

steps:
    - uses: actions/checkout@v2

It seems “<repo>/<repo>” is the correct path after all.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants