Skip to content

Commit

Permalink
chore: explicitly set coreOS stream to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Jun 23, 2024
1 parent fc7f99e commit 8d8009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
shell: bash
if: ${{ matrix.fedora_version }} == 'coreos'
run: |
KERNEL_RELEASE=$(skopeo inspect docker://quay.io/fedora/fedora-coreos:$COREOS_STREAM | jq -r '.Labels["ostree.linux"] | split(".x86_64")[0]')
KERNEL_RELEASE=$(skopeo inspect docker://quay.io/fedora/fedora-coreos:stable | jq -r '.Labels["ostree.linux"] | split(".x86_64")[0]')
echo "kernel-release=$KERNEL_RELEASE" >> $GITHUB_OUTPUT
FEDORA_VERSION=$(echo $KERNEL_RELEASE | grep -oP 'fc\K[0-9]+')
echo "FEDORA_MAJOR_VERSION=$FEDORA_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 8d8009f

Please sign in to comment.