2020-07-10 04:27:15 +02:00
|
|
|
name: Pull Request
|
2020-06-29 23:38:43 +02:00
|
|
|
|
|
|
|
on:
|
2020-07-01 08:48:54 +02:00
|
|
|
- pull_request
|
2020-06-29 23:38:43 +02: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 .
|