We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed7ce5 commit 9ec3444Copy full SHA for 9ec3444
.github/workflows/packaging-pipeline.yml
@@ -92,6 +92,9 @@ jobs:
92
NAME: Cuebot
93
ARTIFACTS: cuebot-${BUILD_ID}-all.jar opencue-cuebot-${BUILD_ID}-1.noarch.rpm
94
95
+ - component: rqd
96
+ NAME: RQD
97
+
98
name: Build ${{ matrix.NAME }}
99
runs-on: ubuntu-22.04
100
steps:
.github/workflows/release-pipeline.yml
@@ -72,7 +72,7 @@ jobs:
72
environment: dockerhub
73
strategy:
74
matrix:
75
- component: [cuebot]
+ component: [cuebot, rqd]
76
77
name: Release ${{ matrix.component }} Docker image
78
0 commit comments