mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-09 18:06:22 +00:00
Added docker push
This commit is contained in:
parent
453938dcb3
commit
488d1d6e19
1 changed files with 8 additions and 0 deletions
8
.github/workflows/dockerimage.yml
vendored
8
.github/workflows/dockerimage.yml
vendored
|
@ -12,3 +12,11 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Dockerfile --tag neothor/steam-open-id:$(date +%s)
|
||||
- name: Push the Docker image
|
||||
uses: jerray/publish-docker-action@master
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
registry: docker.pkg.github.com
|
||||
repository: neothor/steam-open-id
|
||||
auto_tag: true
|
Loading…
Reference in a new issue