Revert "Create docker-image.yml"

This reverts commit 28e6ffc1f1.
This commit is contained in:
Scott Wallace 2020-10-13 17:49:48 +01:00
parent 28e6ffc1f1
commit 0bdfa3502c

View file

@ -1,18 +0,0 @@
name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag scottwallacesh/alertify:$(date +%s)