Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ workflows:
- skupper-org
- generate-must-gather:
<<: *run_for_numeric_tags
image_tag: << pipeline.git.tag >>
requires:
- publish-oci-images
build:
Expand Down Expand Up @@ -359,9 +360,12 @@ jobs:
root: .
paths:
- skupper-manifest
generate-must-gather:
generate-must-gather:
executor:
name: go_cimg
parameters:
image_tag:
type: string
steps:
- checkout
- setup_remote_docker
Expand Down
Loading