gctGenerator/.github/workflows/build.yml

14 lines
261 B
YAML
Raw Normal View History

2020-06-30 08:19:15 +09:00
name: Build
2020-06-30 06:38:43 +09:00
on:
2020-07-01 15:48:54 +09:00
- pull_request
2020-06-30 06:38:43 +09:00
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 .