Create docker-image-pr.yml

This commit is contained in:
Henry Whitaker
2020-08-15 17:34:44 +01:00
committed by GitHub
parent 03915b2543
commit 478c209bb2

16
.github/workflows/docker-image-pr.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: DockerPR
on:
pull_request:
branches: [ docker, dev-docker, alpha-docker ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)