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

13 lines
261 B
YAML

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