Create main.yml

This commit is contained in:
Sambo Chea 2021-03-26 20:49:41 +07:00 committed by GitHub
parent ba39dacc6a
commit 21c3ada301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/main.yml vendored Normal file
View 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