Commit 501d008 1 parent 9cd8a9f commit 501d008 Copy full SHA for 501d008
File tree 2 files changed +4
-1
lines changed
releng/.github/workflows/release.yml.d
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 196
196
push: true
197
197
cache-from: type=gha
198
198
cache-to: type=gha,mode=max
199
- tags: {{`${{ steps.ci_metadata_ ` }}{{ $edition }}{{`.outputs.tags }}`}}
199
+ tags: {{`${{ steps.ci_metadata ` }}{{ $edition }}{{`.outputs.tags }}`}}
200
200
labels: {{`${{ steps.tag_metadata.outputs.labels }}`}}
201
201
build-args: |
202
202
EDITION={{ if $edition }}-{{ end }}{{ $edition }}
Original file line number Diff line number Diff line change 110
110
tyk_image={{`${{steps.ecr.outputs.registry}}`}}/tyk-ee:{{`${{ matrix.envfiles.gwdash }}`}}
111
111
tyk_analytics_image={{`${{steps.ecr.outputs.registry}}`}}/tyk-analytics:{{`${{ matrix.envfiles.gwdash }}`}}
112
112
{{- end}}
113
+ {{ if ne .dot.Name "tyk" }}
114
+ tyk_image="$ECR/tyk-ee"
115
+ {{- end }}
113
116
tyk_alfa_image=$tyk_image
114
117
tyk_beta_image=$tyk_image
115
118
ECR={{`${{steps.ecr.outputs.registry}}`}}
You can’t perform that action at this time.
0 commit comments