gctGenerator/.github/workflows/build.yml

19 lines
323 B
YAML
Raw Normal View History

2020-08-16 07:42:37 +02:00
name: Build
2020-08-16 07:36:29 +02:00
on:
push:
branches:
- '*'
2020-08-16 07:37:16 +02:00
- '*/*'
- '**'
2020-08-16 07:36:29 +02:00
- '!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 .