Add docker build github workflow

This commit is contained in:
neothor 2019-12-26 05:04:48 +07:00 committed by GitHub
parent fb6f521e2b
commit 453938dcb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/dockerimage.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Docker Image CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag neothor/steam-open-id:$(date +%s)