gctGenerator/.github/workflows/build.yml
Matteias Collet 463c875dbf [skip-ci]
2020-06-30 01:19:15 +02:00

17 lines
316 B
YAML

name: Build
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 .