From 5219d01ec7dca43971c8098357e3953b0532fea5 Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Wed, 16 Jul 2025 09:58:20 +0200 Subject: [PATCH] LOGIN_DIR --- .github/workflows/login-container.yml | 7 +++---- login/docker-bake.hcl | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/login-container.yml b/.github/workflows/login-container.yml index 958e0a8f5b..3382c62748 100644 --- a/.github/workflows/login-container.yml +++ b/.github/workflows/login-container.yml @@ -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 diff --git a/login/docker-bake.hcl b/login/docker-bake.hcl index c7bc575114..5b0fa635f7 100644 --- a/login/docker-bake.hcl +++ b/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