Skip to content

Commit 64f9f46

Browse files
committed
tmp: promote images
1 parent df47bad commit 64f9f46

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/tmp.yaml.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: tmp.yaml
2+
on: pull_request
3+
4+
jobs:
5+
- name: Promote images
6+
uses: ./.github/workflows/promote-to-stable.yaml
7+
with:
8+
images: [ "lcm-bricks", "lcm-bricks-nextversion" ]
9+
charts: '{}'
10+
image_tag: "3.7.102"
11+
secrets: inherit

0 commit comments

Comments
 (0)