Create starter-docker.yml

This commit is contained in:
Sambo Chea 2021-03-28 20:48:59 +07:00 committed by GitHub
parent 8264c49307
commit e0d5f2ab55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
.github/workflows/starter-docker.yml vendored Normal file
View File

@ -0,0 +1,26 @@
# This is a basic workflow to help you get started with Actions
name: CI
on:
push:
branches:
- 'master'
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Starter Docker
uses: CUBETIQ/starter-docker-actions@v1
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_SECRET }}
-
name: Checkout
uses: actions/checkout@v2
-
name: Build and Push from Makefile
run: |
make build