Fixed the docker and shell and remove bash
This commit is contained in:
parent
796132e773
commit
24aa129e67
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -10,7 +10,6 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Starter Docker Test
|
||||
uses: cubetiq/starter-docker-actions@v0.9
|
||||
uses: cubetiq/starter-docker-actions@v1
|
||||
with:
|
||||
shell: sh
|
||||
run: docker version
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
```yaml
|
||||
- name: Starter Docker
|
||||
uses: CUBETIQ/starter-docker-actions@v0.9
|
||||
uses: CUBETIQ/starter-docker-actions@v1
|
||||
```
|
||||
|
||||
# Example Action
|
||||
@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Starter Docker Test
|
||||
uses: cubetiq/starter-docker-actions@v0.9
|
||||
uses: cubetiq/starter-docker-actions@v1
|
||||
with:
|
||||
shell: bash
|
||||
run: docker version
|
||||
|
@ -18,9 +18,6 @@ if [ -z $INPUT_IMAGE ];
|
||||
then INPUT_IMAGE=docker
|
||||
fi
|
||||
|
||||
echo "Shell: $INPUT_SHELL"
|
||||
echo "Image: $INPUT_IMAGE"
|
||||
|
||||
if [ -z $semicolon_delimited_script ];
|
||||
then semicolon_delimited_script="echo $(whoami)"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user