Create main.yml
This commit is contained in:
parent
ba39dacc6a
commit
21c3ada301
17
.github/workflows/main.yml
vendored
Normal file
17
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: cubetiq/starter-docker-actions@v0.1
|
||||||
|
- name: Starter Docker Test
|
||||||
|
run: |
|
||||||
|
docker images
|
||||||
|
docker ps
|
||||||
|
docker --version
|
Loading…
Reference in New Issue
Block a user