mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-25 00:36:26 +00:00
Add docker build github workflow
This commit is contained in:
parent
fb6f521e2b
commit
453938dcb3
1 changed files with 14 additions and 0 deletions
14
.github/workflows/dockerimage.yml
vendored
Normal file
14
.github/workflows/dockerimage.yml
vendored
Normal 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)
|
Loading…
Reference in a new issue