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

18 lines
272 B
YAML
Raw Normal View History

2021-03-26 20:49:41 +07:00
name: CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
2021-03-26 21:00:19 +07:00
- uses: cubetiq/starter-docker-actions@v0.3
2021-03-26 20:49:41 +07:00
- name: Starter Docker Test
run: |
docker images
docker ps
docker --version