Updated to 0.6

This commit is contained in:
Sambo Chea 2021-03-26 21:30:08 +07:00
parent 708f352a8f
commit 6129ff1f26
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ jobs:
steps:
- name: Starter Docker Test
uses: cubetiq/starter-docker-actions@v0.5
uses: cubetiq/starter-docker-actions@v0.6
with:
shell: bash
run: docker version

View File

@ -9,7 +9,7 @@
```yaml
- name: Starter Docker
uses: CUBETIQ/starter-docker-actions@v0.5
uses: CUBETIQ/starter-docker-actions@v0.6
```
# Example Action
@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: cubetiq/starter-docker-actions@v0.5
- uses: cubetiq/starter-docker-actions@v0.6
- name: Starter Docker Test
run: |
docker images

View File

@ -18,4 +18,4 @@ if [ -z $semicolon_delimited_script ];
then semicolon_delimited_script="echo $(whoami)"
fi
exec docker run -v "/var/run/docker.sock":"/var/run/docker.sock" $INPUT_OPTIONS $INPUT_IMAGE $INPUT_SHELL -c "`cat semicolon_delimited_script`"
exec docker run -v "/var/run/docker.sock":"/var/run/docker.sock" $INPUT_OPTIONS $INPUT_SHELL -c "`cat semicolon_delimited_script`" $INPUT_IMAGE