Skip to content

Commit 5eb4d11

Browse files
committed
fix: add GHCR_ORG variable definition to docker-bake config
- Add missing GHCR_ORG variable declaration - This variable is used in generate_tags function for GitHub Container Registry - Fixes 'variable GHCR_ORG does not exist' error
1 parent 1e552d0 commit 5eb4d11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/builder/docker-bake-rust-all.hcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ variable "GCP_DOCKER_ARTIFACT_REPO" {}
2424

2525
variable "AWS_ECR_ACCOUNT_NUM" {}
2626

27+
variable "GHCR_ORG" {}
28+
2729
variable "TARGET_REGISTRY" {
2830
// must be "gcp" | "local" | "remote-all" | "remote" (deprecated, but kept for backwards compatibility. Same as "gcp"), informs which docker tags are being generated
2931
default = CI == "true" ? "remote" : "local"

0 commit comments

Comments
 (0)