Update main.yml
This commit is contained in:
parent
fc5f3f562f
commit
ca57f79e17
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -9,8 +9,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Starter Docker Test
|
-
|
||||||
|
name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
-
|
||||||
|
name: Starter Docker Action Test
|
||||||
uses: cubetiq/starter-docker-actions@main
|
uses: cubetiq/starter-docker-actions@main
|
||||||
with:
|
with:
|
||||||
run: docker version; ls; pwd
|
run: docker version; ls; pwd
|
||||||
|
Loading…
Reference in New Issue
Block a user