gctGenerator/.github/workflows/build.yml
2020-08-16 07:52:16 +02:00

18 lines
323 B
YAML

name: Build
on:
push:
branches:
- '*'
- '*/*'
- '**'
- '!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 .