Skip to content

Commit

Permalink
Update for EE images (#376)
Browse files Browse the repository at this point in the history
update for EE images
  • Loading branch information
konrad-sol authored Oct 31, 2024
1 parent 9cd8a9f commit 501d008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: {{`${{ steps.ci_metadata_` }}{{ $edition }}{{`.outputs.tags }}`}}
tags: {{`${{ steps.ci_metadata` }}{{ $edition }}{{`.outputs.tags }}`}}
labels: {{`${{ steps.tag_metadata.outputs.labels }}`}}
build-args: |
EDITION={{ if $edition }}-{{ end }}{{ $edition }}
Expand Down
3 changes: 3 additions & 0 deletions policy/templates/subtemplates/auto/auto-test.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
tyk_image={{`${{steps.ecr.outputs.registry}}`}}/tyk-ee:{{`${{ matrix.envfiles.gwdash }}`}}
tyk_analytics_image={{`${{steps.ecr.outputs.registry}}`}}/tyk-analytics:{{`${{ matrix.envfiles.gwdash }}`}}
{{- end}}
{{ if ne .dot.Name "tyk" }}
tyk_image="$ECR/tyk-ee"
{{- end }}
tyk_alfa_image=$tyk_image
tyk_beta_image=$tyk_image
ECR={{`${{steps.ecr.outputs.registry}}`}}
Expand Down

0 comments on commit 501d008

Please sign in to comment.