From 6129ff1f26af70fa7bcfde332c29091efb15615c Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 26 Mar 2021 21:30:08 +0700 Subject: [PATCH] Updated to 0.6 --- .github/workflows/main.yml | 2 +- README.md | 4 ++-- entrypoint.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53e02cc..4c4839b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/README.md b/README.md index a8bc5ea..7321794 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/entrypoint.sh b/entrypoint.sh index b370284..46c7e8d 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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`" \ No newline at end of file +exec docker run -v "/var/run/docker.sock":"/var/run/docker.sock" $INPUT_OPTIONS $INPUT_SHELL -c "`cat semicolon_delimited_script`" $INPUT_IMAGE \ No newline at end of file