diff --git a/.github/workflows/tmp.yaml b/.github/workflows/tmp.yaml new file mode 100644 index 000000000..60a4a36fc --- /dev/null +++ b/.github/workflows/tmp.yaml @@ -0,0 +1,11 @@ +name: tmp.yaml +on: pull_request + +jobs: + promote-images: + uses: ./.github/workflows/promote-to-stable.yaml + with: + images: '["lcm-bricks", "lcm-bricks-nextversion"]' + charts: '{}' + image_tag: "M3" + secrets: inherit