mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:17:32 +00:00
fix paths
This commit is contained in:
@@ -44,7 +44,7 @@ services:
|
|||||||
container_name: login-integration
|
container_name: login-integration
|
||||||
build:
|
build:
|
||||||
context: ../..
|
context: ../..
|
||||||
dockerfile: dockerfiles/login.Dockerfile
|
dockerfile: build/login/Dockerfile
|
||||||
image: "${LOGIN_TAG:-zitadel-login:local}"
|
image: "${LOGIN_TAG:-zitadel-login:local}"
|
||||||
env_file: ../../apps/login/.env.test
|
env_file: ../../apps/login/.env.test
|
||||||
network_mode: service:devcontainer
|
network_mode: service:devcontainer
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# login-standalone should be extended by the login-standalone target in apps/login/docker-bake.hcl
|
# login-standalone should be extended by the login-standalone target in apps/login/docker-bake.hcl
|
||||||
target "login-standalone" {
|
target "login-standalone" {
|
||||||
dockerfile = "dockerfiles/login.Dockerfile"
|
dockerfile = "build/login/Dockerfile"
|
||||||
}
|
}
|
||||||
|
|
||||||
target "login-standalone-out" {
|
target "login-standalone-out" {
|
||||||
|
@@ -5,7 +5,7 @@ services:
|
|||||||
image: '${ZITADEL_IMAGE:-ghcr.io/zitadel/zitadel:latest}'
|
image: '${ZITADEL_IMAGE:-ghcr.io/zitadel/zitadel:latest}'
|
||||||
build:
|
build:
|
||||||
context: ../../..
|
context: ../../..
|
||||||
dockerfile: ./build/Dockerfile
|
dockerfile: ./build/zitadel/Dockerfile
|
||||||
target: artifact
|
target: artifact
|
||||||
cache_from:
|
cache_from:
|
||||||
- type=gha
|
- type=gha
|
||||||
|
Reference in New Issue
Block a user