mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-09 18:06:22 +00:00
Encapsulate tag
This commit is contained in:
parent
8470ccfea7
commit
a5988b792a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: docker build src/ --file src/Dockerfile --tag https://ghcr.io/neothor/steam-openid-connect-provider:$(date +%s)
|
||||
run: docker build src/ --file src/Dockerfile --tag "https://ghcr.io/neothor/steam-openid-connect-provider:$(date +%s)"
|
||||
|
|
Loading…
Reference in a new issue