Skip to content

Commit 9ec3444

Browse files
authored
[CI] reenable rqd docker image (#1875)
**Link the Issue(s) this Pull Request is related to.** This re-enables the rqd docker image in master and release pipelines
1 parent 1ed7ce5 commit 9ec3444

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/packaging-pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
NAME: Cuebot
9393
ARTIFACTS: cuebot-${BUILD_ID}-all.jar opencue-cuebot-${BUILD_ID}-1.noarch.rpm
9494

95+
- component: rqd
96+
NAME: RQD
97+
9598
name: Build ${{ matrix.NAME }}
9699
runs-on: ubuntu-22.04
97100
steps:

.github/workflows/release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
environment: dockerhub
7373
strategy:
7474
matrix:
75-
component: [cuebot]
75+
component: [cuebot, rqd]
7676

7777
name: Release ${{ matrix.component }} Docker image
7878
steps:

0 commit comments

Comments
 (0)