Move docker-image.yml to .github/workflows

Not sure why it ended up here as I created it through the new workflow wizard. I guess I hit a bug.
This commit is contained in:
Alex Osborne
2021-12-13 13:58:55 +09:00
committed by GitHub
parent 31c9378888
commit bad8bbd1ee
+18
View File
@@ -0,0 +1,18 @@
name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file docker/Dockerfile --tag heritrix:$(date +%s)