Skip to content

Commit 501d008

Browse files
authored
Update for EE images (#376)
update for EE images
1 parent 9cd8a9f commit 501d008

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

policy/templates/releng/.github/workflows/release.yml.d/goreleaser.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
push: true
197197
cache-from: type=gha
198198
cache-to: type=gha,mode=max
199-
tags: {{`${{ steps.ci_metadata_` }}{{ $edition }}{{`.outputs.tags }}`}}
199+
tags: {{`${{ steps.ci_metadata` }}{{ $edition }}{{`.outputs.tags }}`}}
200200
labels: {{`${{ steps.tag_metadata.outputs.labels }}`}}
201201
build-args: |
202202
EDITION={{ if $edition }}-{{ end }}{{ $edition }}

policy/templates/subtemplates/auto/auto-test.gotmpl

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@
110110
tyk_image={{`${{steps.ecr.outputs.registry}}`}}/tyk-ee:{{`${{ matrix.envfiles.gwdash }}`}}
111111
tyk_analytics_image={{`${{steps.ecr.outputs.registry}}`}}/tyk-analytics:{{`${{ matrix.envfiles.gwdash }}`}}
112112
{{- end}}
113+
{{ if ne .dot.Name "tyk" }}
114+
tyk_image="$ECR/tyk-ee"
115+
{{- end }}
113116
tyk_alfa_image=$tyk_image
114117
tyk_beta_image=$tyk_image
115118
ECR={{`${{steps.ecr.outputs.registry}}`}}

0 commit comments

Comments
 (0)