Skip to content

Commit 2122c12

Browse files
authored
fix(docker-manifests): reorder tags of jazzy cuda images (#6916)
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent e48a823 commit 2122c12

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/actions/docker-build-and-push-cuda/action.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ runs:
9494
with:
9595
images: ghcr.io/${{ github.repository_owner }}/${{ inputs.target-image }}
9696
tags: |
97-
type=raw,value=universe-common-devel-cuda${{ inputs.suffix }}-${{ inputs.platform }}
98-
type=raw,value=universe-common-devel-cuda-${{ steps.date.outputs.date }}${{ inputs.suffix }}-${{ inputs.platform }}
99-
type=ref,event=tag,prefix=universe-common-devel-cuda-,suffix=${{ inputs.suffix }}-${{ inputs.platform }}
97+
type=raw,value=universe-common-devel${{ inputs.suffix }}-cuda-${{ inputs.platform }}
98+
type=raw,value=universe-common-devel${{ inputs.suffix }}-cuda-${{ steps.date.outputs.date }}-${{ inputs.platform }}
99+
type=ref,event=tag,prefix=universe-common-devel${{ inputs.suffix }}-cuda-,suffix=-${{ inputs.platform }}
100100
bake-target: docker-metadata-action-universe-common-devel-cuda
101101
flavor: |
102102
latest=false
@@ -107,9 +107,9 @@ runs:
107107
with:
108108
images: ghcr.io/${{ github.repository_owner }}/${{ inputs.target-image }}
109109
tags: |
110-
type=raw,value=universe-sensing-perception-devel-cuda${{ inputs.suffix }}-${{ inputs.platform }}
111-
type=raw,value=universe-sensing-perception-devel-cuda-${{ steps.date.outputs.date }}${{ inputs.suffix }}-${{ inputs.platform }}
112-
type=ref,event=tag,prefix=universe-sensing-perception-devel-cuda-,suffix=${{ inputs.suffix }}-${{ inputs.platform }}
110+
type=raw,value=universe-sensing-perception-devel${{ inputs.suffix }}-cuda-${{ inputs.platform }}
111+
type=raw,value=universe-sensing-perception-devel${{ inputs.suffix }}-cuda-${{ steps.date.outputs.date }}-${{ inputs.platform }}
112+
type=ref,event=tag,prefix=universe-sensing-perception-devel${{ inputs.suffix }}-cuda-,suffix=-${{ inputs.platform }}
113113
bake-target: docker-metadata-action-universe-sensing-perception-devel-cuda
114114
flavor: |
115115
latest=false
@@ -120,9 +120,9 @@ runs:
120120
with:
121121
images: ghcr.io/${{ github.repository_owner }}/${{ inputs.target-image }}
122122
tags: |
123-
type=raw,value=universe-sensing-perception-cuda${{ inputs.suffix }}-${{ inputs.platform }}
124-
type=raw,value=universe-sensing-perception-cuda-${{ steps.date.outputs.date }}${{ inputs.suffix }}-${{ inputs.platform }}
125-
type=ref,event=tag,prefix=universe-sensing-perception-cuda-,suffix=${{ inputs.suffix }}-${{ inputs.platform }}
123+
type=raw,value=universe-sensing-perception${{ inputs.suffix }}-cuda-${{ inputs.platform }}
124+
type=raw,value=universe-sensing-perception${{ inputs.suffix }}-cuda-${{ steps.date.outputs.date }}-${{ inputs.platform }}
125+
type=ref,event=tag,prefix=universe-sensing-perception${{ inputs.suffix }}-cuda-,suffix=-${{ inputs.platform }}
126126
bake-target: docker-metadata-action-universe-sensing-perception-cuda
127127
flavor: |
128128
latest=false
@@ -133,9 +133,9 @@ runs:
133133
with:
134134
images: ghcr.io/${{ github.repository_owner }}/${{ inputs.target-image }}
135135
tags: |
136-
type=raw,value=universe-devel-cuda${{ inputs.suffix }}-${{ inputs.platform }}
137-
type=raw,value=universe-devel-cuda-${{ steps.date.outputs.date }}${{ inputs.suffix }}-${{ inputs.platform }}
138-
type=ref,event=tag,prefix=universe-devel-cuda-,suffix=${{ inputs.suffix }}-${{ inputs.platform }}
136+
type=raw,value=universe-devel${{ inputs.suffix }}-cuda-${{ inputs.platform }}
137+
type=raw,value=universe-devel${{ inputs.suffix }}-cuda-${{ steps.date.outputs.date }}-${{ inputs.platform }}
138+
type=ref,event=tag,prefix=universe-devel${{ inputs.suffix }}-cuda-,suffix=-${{ inputs.platform }}
139139
bake-target: docker-metadata-action-universe-devel-cuda
140140
flavor: |
141141
latest=false
@@ -146,9 +146,9 @@ runs:
146146
with:
147147
images: ghcr.io/${{ github.repository_owner }}/${{ inputs.target-image }}
148148
tags: |
149-
type=raw,value=universe-cuda${{ inputs.suffix }}-${{ inputs.platform }}
150-
type=raw,value=universe-cuda-${{ steps.date.outputs.date }}${{ inputs.suffix }}-${{ inputs.platform }}
151-
type=ref,event=tag,prefix=universe-cuda-,suffix=${{ inputs.suffix }}-${{ inputs.platform }}
149+
type=raw,value=universe${{ inputs.suffix }}-cuda-${{ inputs.platform }}
150+
type=raw,value=universe${{ inputs.suffix }}-cuda-${{ steps.date.outputs.date }}-${{ inputs.platform }}
151+
type=ref,event=tag,prefix=universe${{ inputs.suffix }}-cuda-,suffix=-${{ inputs.platform }}
152152
bake-target: docker-metadata-action-universe-cuda
153153
flavor: |
154154
latest=false

0 commit comments

Comments
 (0)