From 6e2802df1825550c4e0e552ec002502e36f97b90 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Thu, 10 Feb 2022 19:40:52 +0100 Subject: [PATCH] .github/workflows: build quincy containers --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e707b9dfbc..ba1b11acdf3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [master, pacific, octopus, nautilus] + branch: [master, quincy, pacific, octopus, nautilus] name: [ceph, ceph-rpm] include: - name: ceph @@ -80,7 +80,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [master, pacific, octopus, nautilus] + branch: [master, quincy, pacific, octopus, nautilus] steps: - name: Checkout uses: actions/checkout@master