From 3a6e66265712b2e9a51e251034e3f6d7c360c2d5 Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Tue, 7 Nov 2023 17:48:16 +0000 Subject: [PATCH] fix(ci): bump rpm-sign image to fedora 39 Signed-off-by: Roberto Scolaro --- .github/workflows/release-draft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-draft.yaml b/.github/workflows/release-draft.yaml index 214af82b7f..31a5f9c55e 100644 --- a/.github/workflows/release-draft.yaml +++ b/.github/workflows/release-draft.yaml @@ -200,10 +200,10 @@ jobs: BUILD_VERSION: ${{ github.ref_name }} KEY_ID: EC51E8C4 container: - image: centos:7 # ubi8 does not have rpmsign so we'll use CentOS + image: fedora:39 steps: - name: Install deps - run: yum install -y rpm-sign + run: dnf install -y rpm-sign pinentry - name: Download artifacts uses: actions/download-artifact@v3 with: