Updated to version 0.2

This commit is contained in:
Sambo Chea 2021-03-26 20:55:58 +07:00
parent ae83b97fa5
commit 6a07ee532e
2 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,8 @@ FROM docker:latest
RUN apk add bash
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x ./entrypoint.sh
COPY ./entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

View File

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