gctGenerator/.github/workflows/build.yml
2020-06-29 23:38:43 +02:00

17 lines
324 B
YAML

name: Build Project
on:
push:
branches:
- '*'
- '!gh-pages'
- '!master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Create a new build
run: docker build -t publisher:latest -f ./dockerfiles/Deploy.Dockerfile .