workflow: enable updates-testing repo when installing osbuild

The source of issue here is that our release cycles are synchronized and
if we want to use the latest released osbuild we need to wait for the
bodhi process. It makes sense that we don't want to use latest osbuild
from git master but we should be confident enough in the version we
submit to bodhi.

Using the version from updates-testing therefore fixes the issue with
synchronization and avoids using unreleased versions.
This commit is contained in:
Martin Sehnoutka 2020-04-14 17:11:42 +02:00 committed by Tom Gundersen
parent cdb4b72cf0
commit 7ff15e1fc2

View file

@ -111,6 +111,9 @@ jobs:
- name: "🗄️ Clone the repository"
uses: actions/checkout@v2
- name: "🧱 Pre-install osbuild from updates-testing repo"
run: dnf -y --enablerepo=updates-testing install osbuild
- name: "🛒 Install RPM build dependencies"
run: dnf -y builddep osbuild-composer.spec