Updated action version 0.3
This commit is contained in:
parent
002b10a97b
commit
9758e24702
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: cubetiq/starter-docker-actions@v0.2
|
- uses: cubetiq/starter-docker-actions@v0.3
|
||||||
- name: Starter Docker Test
|
- name: Starter Docker Test
|
||||||
run: |
|
run: |
|
||||||
docker images
|
docker images
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Starter Docker
|
- name: Starter Docker
|
||||||
uses: CUBETIQ/starter-docker-actions@v0.2
|
uses: CUBETIQ/starter-docker-actions@v0.3
|
||||||
```
|
```
|
||||||
|
|
||||||
# Example Action
|
# Example Action
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: cubetiq/starter-docker-actions@v0.2
|
- uses: cubetiq/starter-docker-actions@v0.3
|
||||||
- name: Starter Docker Test
|
- name: Starter Docker Test
|
||||||
run: |
|
run: |
|
||||||
docker images
|
docker images
|
||||||
|
Loading…
Reference in New Issue
Block a user