Skip to content

Commit 8c8c8b6

Browse files
committed
fix: name of retag-images
1 parent 4eb8063 commit 8c8c8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
run: docker logout ${{ steps.login-ecr.outputs.registry }}
290290

291291
retag-images:
292-
name: Retag images of flavor ${{ matrix.flavor || 'default' }}
292+
name: Retag images of flavor ${{ toJSON(matrix.flavor).id || 'default' }}
293293
needs: [get-flavors, build-flavors]
294294
if: ${{ inputs.skip_push != true }}
295295
strategy:

0 commit comments

Comments
 (0)