mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-10 10:26:23 +00:00
15 lines
242 B
YAML
15 lines
242 B
YAML
|
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)
|