We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df47bad commit 64f9f46Copy full SHA for 64f9f46
.github/workflows/tmp.yaml.yml
@@ -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