mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:19:21 +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:
|
||||
inputs:
|
||||
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
|
||||
required: true
|
||||
node_version:
|
||||
@@ -12,8 +12,8 @@ on:
|
||||
type: string
|
||||
outputs:
|
||||
login_build_image:
|
||||
description: 'The full image tag of the standalone login image'
|
||||
value: '${{ inputs.login_build_image_name }}:${{ github.sha }}'
|
||||
description: "The full image tag of the standalone login image"
|
||||
value: "${{ inputs.login_build_image_name }}:${{ github.sha }}"
|
||||
secrets:
|
||||
DEPOT_TOKEN:
|
||||
required: true
|
||||
@@ -62,7 +62,6 @@ jobs:
|
||||
provenance: true
|
||||
sbom: true
|
||||
targets: login-standalone
|
||||
set: login-*.context=./login/
|
||||
project: w47wkxzdtw
|
||||
files: |
|
||||
./login/docker-bake.hcl
|
||||
|
@@ -1,9 +1,9 @@
|
||||
variable "LOGIN_DIR" {
|
||||
default = "./"
|
||||
default = "./login/"
|
||||
}
|
||||
|
||||
variable "DOCKERFILES_DIR" {
|
||||
default = "dockerfiles/"
|
||||
default = "./login/dockerfiles/"
|
||||
}
|
||||
|
||||
# The release target is overwritten in docker-bake-release.hcl
|
||||
|
Reference in New Issue
Block a user