Updated the entrypoint
This commit is contained in:
parent
4b3e16a467
commit
796132e773
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -12,5 +12,5 @@ jobs:
|
|||||||
- name: Starter Docker Test
|
- name: Starter Docker Test
|
||||||
uses: cubetiq/starter-docker-actions@v0.9
|
uses: cubetiq/starter-docker-actions@v0.9
|
||||||
with:
|
with:
|
||||||
shell: bash
|
shell: sh
|
||||||
run: docker version
|
run: docker version
|
||||||
|
@ -11,7 +11,7 @@ then INPUT_OPTIONS="$INPUT_OPTIONS --network $INPUT_DOCKER_NETWORK"
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z $INPUT_SHELL ];
|
if [ -z $INPUT_SHELL ];
|
||||||
then INPUT_SHELL=bash
|
then INPUT_SHELL=sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z $INPUT_IMAGE ];
|
if [ -z $INPUT_IMAGE ];
|
||||||
|
Loading…
Reference in New Issue
Block a user