Skip to content

Commit

Permalink
fix: use correct release repo
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Sep 25, 2024
1 parent 37b83cc commit 405edd7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/release-workflows.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ local imagePrefix = 'grafana';
+ {
env: {
BUILD_TIMEOUT: imageBuildTimeoutMin,
RELEASE_REPO: 'grafana/enterprise-logs',
RELEASE_REPO: 'grafana/loki',
RELEASE_LIB_REF: releaseLibRef,
IMAGE_PREFIX: imagePrefix,
},
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"BUILD_TIMEOUT": 40
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/enterprise-logs"
"RELEASE_REPO": "grafana/loki"
"needs":
- "check"
"runs-on": "ubuntu-latest"
Expand Down Expand Up @@ -58,7 +58,7 @@
"BUILD_TIMEOUT": 40
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/enterprise-logs"
"RELEASE_REPO": "grafana/loki"
"needs":
- "check"
"runs-on": "ubuntu-latest"
Expand Down Expand Up @@ -104,7 +104,7 @@
"BUILD_TIMEOUT": 40
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/enterprise-logs"
"RELEASE_REPO": "grafana/loki"
"needs":
- "check"
"runs-on": "ubuntu-latest"
Expand Down Expand Up @@ -150,7 +150,7 @@
"BUILD_TIMEOUT": 40
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/enterprise-logs"
"RELEASE_REPO": "grafana/loki"
"needs":
- "check"
"runs-on": "ubuntu-latest"
Expand Down Expand Up @@ -196,7 +196,7 @@
"BUILD_TIMEOUT": 40
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/enterprise-logs"
"RELEASE_REPO": "grafana/loki"
"needs":
- "check"
"runs-on": "ubuntu-latest"
Expand Down Expand Up @@ -242,7 +242,7 @@
"BUILD_TIMEOUT": 40
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/enterprise-logs"
"RELEASE_REPO": "grafana/loki"
"needs":
- "check"
"runs-on": "ubuntu-latest"
Expand Down Expand Up @@ -288,7 +288,7 @@
"BUILD_TIMEOUT": 40
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/enterprise-logs"
"RELEASE_REPO": "grafana/loki"
"needs":
- "check"
"runs-on": "ubuntu-latest"
Expand Down Expand Up @@ -334,7 +334,7 @@
"BUILD_TIMEOUT": 40
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/enterprise-logs"
"RELEASE_REPO": "grafana/loki"
"needs":
- "check"
"runs-on": "ubuntu-latest"
Expand Down Expand Up @@ -380,7 +380,7 @@
"BUILD_TIMEOUT": 40
"IMAGE_PREFIX": "grafana"
"RELEASE_LIB_REF": "main"
"RELEASE_REPO": "grafana/enterprise-logs"
"RELEASE_REPO": "grafana/loki"
"needs":
- "check"
"runs-on": "ubuntu-latest"
Expand Down

0 comments on commit 405edd7

Please sign in to comment.