Skip to content

Commit

Permalink
workflows/promote-config: use Fedora instead of Ubuntu
Browse files Browse the repository at this point in the history
Currently, `ubuntu-latest` is still 22.04 which has git v2.34. Let's use
`fedora:latest` instead, which gives us much newer git (v2.47.1).

I suspect this should fix submodule-related issues we're seeing with
promotion:

coreos/fedora-coreos-config#3302 (comment)
  • Loading branch information
jlebon authored and dustymabe committed Dec 16, 2024
1 parent 9d127d4 commit ac64d24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/promote-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
name: Open promotion pull request
if: ${{ github.event.label.name == 'ok-to-promote' }}
runs-on: ubuntu-latest
container: quay.io/fedora/fedora:latest
steps:
- name: Install dependencies
run: dnf install -y git
- name: Extract stream name
run: |
set -euo pipefail
Expand Down

0 comments on commit ac64d24

Please sign in to comment.