Skip to content

Commit 3022a59

Browse files
committed
CircleCI config indentation issue
1 parent 6b2979f commit 3022a59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ workflows:
168168
- skupper-org
169169
- generate-must-gather:
170170
<<: *run_for_numeric_tags
171+
image_tag: << pipeline.git.tag >>
171172
requires:
172173
- publish-oci-images
173174
build:
@@ -359,9 +360,12 @@ jobs:
359360
root: .
360361
paths:
361362
- skupper-manifest
362-
generate-must-gather:
363+
generate-must-gather:
363364
executor:
364365
name: go_cimg
366+
parameters:
367+
image_tag:
368+
type: string
365369
steps:
366370
- checkout
367371
- setup_remote_docker

0 commit comments

Comments
 (0)