keycloak container build: use correct context
Some checks failed
/ build-synapse (push) Failing after 15s
Some checks failed
/ build-synapse (push) Failing after 15s
This commit is contained in:
parent
91dae841be
commit
81b0550911
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ jobs:
|
|||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
file: containers/keycloak/Containerfile
|
||||
context: ./containers/keycloak
|
||||
tags: git.janky.solutions/jankysolutions/infra/keycloak:latest
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
|
|
Loading…
Reference in a new issue