From 8d7dd63bc93773c85f457760e4738957aeee1881 Mon Sep 17 00:00:00 2001 From: Matej Klima Date: Tue, 3 Feb 2026 12:49:33 +0100 Subject: [PATCH] tmp: promote images --- .github/workflows/tmp.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/tmp.yaml 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