Updated to version 0.2
This commit is contained in:
parent
ae83b97fa5
commit
6a07ee532e
@ -2,6 +2,8 @@ FROM docker:latest
|
|||||||
|
|
||||||
RUN apk add bash
|
RUN apk add bash
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
RUN chmod +x ./entrypoint.sh
|
||||||
|
|
||||||
|
COPY ./entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
@ -7,7 +7,7 @@
|
|||||||
# Usage
|
# Usage
|
||||||
```yaml
|
```yaml
|
||||||
- name: Starter Docker
|
- name: Starter Docker
|
||||||
uses: CUBETIQ/starter-docker-actions@1
|
uses: CUBETIQ/starter-docker-actions@v0.2
|
||||||
```
|
```
|
||||||
|
|
||||||
# Example Action
|
# Example Action
|
||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: cubetiq/starter-docker-actions@v0.1
|
- uses: cubetiq/starter-docker-actions@v0.2
|
||||||
- name: Starter Docker Test
|
- name: Starter Docker Test
|
||||||
run: |
|
run: |
|
||||||
docker images
|
docker images
|
||||||
|
Loading…
Reference in New Issue
Block a user