gctGenerator/.github/workflows/build.yml

19 lines
330 B
YAML
Raw Normal View History

2020-08-16 14:36:29 +09:00
name: Pull Request
on:
push:
branches:
- '*'
2020-08-16 14:37:16 +09:00
- '*/*'
- '**'
2020-08-16 14:36:29 +09: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 .