Skip to content

Commit

Permalink
Merge pull request #171 from dcamarmas/master
Browse files Browse the repository at this point in the history
Update creator_workflow.yml
  • Loading branch information
dcamarmas authored Dec 22, 2023
2 parents 97d022d + 6f80af6 commit a103bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/creator_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# make config.json avaiable to regclient in docker container
chmod +r $HOME/.docker/config.json
# Run regclient in docker image
docker container run --rm --net host \
docker container run --rm --network host \
-v regctl-conf:/home/appuser/.regctl/ \
-v $HOME/.docker/config.json:/home/appuser/.docker/config.json \
regclient/regctl:v0.3.9 image copy ghcr.io/${{ github.repository_owner }}/creator_cl docker.io/creatorsim/creator_cl
Expand Down

0 comments on commit a103bb6

Please sign in to comment.