2020-07-10 11:27:15 +09:00
|
|
|
name: Pull Request
|
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 .
|