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