keycloak container build: Containerfile path is relative to context
All checks were successful
/ build-synapse (push) Successful in 49s
All checks were successful
/ build-synapse (push) Successful in 49s
This commit is contained in:
parent
3366bf9201
commit
fe000d186e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: build container image
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
file: containers/keycloak/Containerfile
|
||||
file: Containerfile
|
||||
context: "{{defaultContext}}:containers/keycloak"
|
||||
tags: git.janky.solutions/jankysolutions/infra/keycloak:latest
|
||||
platforms: linux/amd64
|
||||
|
|
Loading…
Reference in a new issue