We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e355935 commit 69c3231Copy full SHA for 69c3231
2 files changed
.github/workflows/ci.yaml .github/workflows/ci.yml.github/workflows/ci.yaml renamed to .github/workflows/ci.yml
.sync.yml
@@ -0,0 +1,11 @@
1
+---
2
+.github/workflows/ci.yml:
3
+ matrix_command: bash matrix.sh build
4
+ matrix_requires_yq: true
5
+ general_ci_scan_dir: .
6
+ build_runner: '${{ matrix.runner }}'
7
+ image_tag: 'ci/r10k-webhook:${{ matrix.source_webhook_go }}'
8
+ build_platforms: 'linux/${{ matrix.platform }}'
9
+ build_args:
10
+ - 'R10K_VERSION=${{ matrix.container_r10k }}'
11
+ - 'WEBHOOK_GO_VERSION=${{ matrix.source_webhook_go }}'
0 commit comments