mirror of
https://github.com/addnab/docker-run-action.git
synced 2025-07-19 07:11:32 +03:00
Update README.md
This commit is contained in:

committed by
GitHub

parent
702ff8ec17
commit
e10bcda95f
@ -16,7 +16,8 @@
|
|||||||
image: private-image:latest
|
image: private-image:latest
|
||||||
options: -v $GITHUB_WORKSPACE:/work -e ABC=123
|
options: -v $GITHUB_WORKSPACE:/work -e ABC=123
|
||||||
run: |
|
run: |
|
||||||
./run-script
|
echo "Running Script"
|
||||||
|
/work/run-script
|
||||||
```
|
```
|
||||||
|
|
||||||
#### run a privately-owned image
|
#### run a privately-owned image
|
||||||
|
Reference in New Issue
Block a user