Skip to content

Commit

Permalink
Fix tag source for ee images
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok G Singh committed Oct 29, 2024
1 parent 8338935 commit 46e8cba
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
{{ end }}
{{ range $edition := $editions }}
- name: Docker metadata for tag push {{ $edition }}
id: tag_metadata_{{ $edition }}
id: tag_metadata
uses: docker/metadata-action@v5
with:
images: |
Expand Down Expand Up @@ -242,8 +242,8 @@
cache-from: type=gha
cache-to: type=gha,mode=max
push: {{`${{ startsWith(github.ref, 'refs/tags') }}`}}
tags: {{`${{ steps.tag_metadata_` }}{{ $edition }}{{`.outputs.tags }}`}}
labels: {{`${{ steps.tag_metadata_` }}{{ $edition }}{{`.outputs.labels }}`}}
tags: {{`${{ steps.tag_metadata.outputs.tags }}`}}
labels: {{`${{ steps.tag_metadata.outputs.labels }}`}}
build-args: |
EDITION={{ if $edition }}-{{ end }}{{ $edition }}
{{ end }}
Expand Down

0 comments on commit 46e8cba

Please sign in to comment.