LOGIN_DIR

This commit is contained in:
Max Peintner
2025-07-16 09:58:20 +02:00
parent 9d098d93e4
commit 5219d01ec7
2 changed files with 5 additions and 6 deletions

View File

@@ -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

View File

@@ -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