starter-docker-github-actions/.github/workflows/main.yml

16 lines
228 B
YAML
Raw Permalink Normal View History

2021-03-26 20:49:41 +07:00
name: CI
on:
push:
2021-03-26 21:16:09 +07:00
branches: [ master ]
2021-03-26 20:49:41 +07:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Starter Docker Test
uses: cubetiq/starter-docker-actions@v1
2021-03-26 21:13:21 +07:00
with:
run: docker version