Create docker-image.yml

This commit is contained in:
2021-09-14 23:25:02 -07:00
committed by GitHub
parent 0e039fb0a8
commit 757b03e3a6

18
.github/workflows/docker-image.yml vendored Normal file
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 Dockerfile --tag frishi/threetwo:$(date +%s)