mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:27:32 +00:00
LOGIN_DIR
This commit is contained in:
7
.github/workflows/login-container.yml
vendored
7
.github/workflows/login-container.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
login_build_image_name:
|
login_build_image_name:
|
||||||
description: 'The image repository name of the standalone login image'
|
description: "The image repository name of the standalone login image"
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
node_version:
|
node_version:
|
||||||
@@ -12,8 +12,8 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
outputs:
|
outputs:
|
||||||
login_build_image:
|
login_build_image:
|
||||||
description: 'The full image tag of the standalone login image'
|
description: "The full image tag of the standalone login image"
|
||||||
value: '${{ inputs.login_build_image_name }}:${{ github.sha }}'
|
value: "${{ inputs.login_build_image_name }}:${{ github.sha }}"
|
||||||
secrets:
|
secrets:
|
||||||
DEPOT_TOKEN:
|
DEPOT_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
@@ -62,7 +62,6 @@ jobs:
|
|||||||
provenance: true
|
provenance: true
|
||||||
sbom: true
|
sbom: true
|
||||||
targets: login-standalone
|
targets: login-standalone
|
||||||
set: login-*.context=./login/
|
|
||||||
project: w47wkxzdtw
|
project: w47wkxzdtw
|
||||||
files: |
|
files: |
|
||||||
./login/docker-bake.hcl
|
./login/docker-bake.hcl
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
variable "LOGIN_DIR" {
|
variable "LOGIN_DIR" {
|
||||||
default = "./"
|
default = "./login/"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "DOCKERFILES_DIR" {
|
variable "DOCKERFILES_DIR" {
|
||||||
default = "dockerfiles/"
|
default = "./login/dockerfiles/"
|
||||||
}
|
}
|
||||||
|
|
||||||
# The release target is overwritten in docker-bake-release.hcl
|
# The release target is overwritten in docker-bake-release.hcl
|
||||||
|
Reference in New Issue
Block a user