Delete dockerimage.yml

This commit is contained in:
Alex
2020-05-15 14:08:21 -05:00
committed by GitHub
parent 9719f7d69d
commit fbef16ce88

View File

@@ -1,18 +0,0 @@
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 Dockerfile --tag my-image-name:$(date +%s)