-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Waiting for returnWaiting for returnWaiting for return
Description
Hi,
Forgive me for my ignorance if this is a weird way to go about it (I am just recently getting familiar with both Docker and Github workflows), but I am interested in using this GitHub action inside a workflow that builds and pushes a Docker image, to clone a private repository.
The way I hope it would work is something like:
- Run the
GuillaumeFalourd/clone-github-repo-action@v2.3
action to git clone the private repository - Somehow access that private repository within the
docker/setup-buildx-action@v1
action and simply copy it over to the docker image like ADD ./PrivateRepo ./
Would something like this be possible using this action?
Thanks in advance,
Erik
Metadata
Metadata
Assignees
Labels
Waiting for returnWaiting for returnWaiting for return