Skip to content

Commit

Permalink
bluebuild changed to using VERSION_ID from /etc/os-release
Browse files Browse the repository at this point in the history
  • Loading branch information
prydom committed Oct 1, 2024
1 parent 503c7c5 commit f07c513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
image: ghcr.io/prydom/ostree-buildroot:rawhide
options: --privileged
env:
# TODO: use value from target-manifest to get branch name instead of assuming Rawhide
RECHUNK_TARGET_TAG: ${{ github.ref_name == github.event.repository.default_branch && 'latest' || format('br-{0}-Rawhide', github.ref_name) }}
# TODO: use value from target-manifest to get branch name instead of assuming Fedora 42 (current rawhide)
RECHUNK_TARGET_TAG: ${{ github.ref_name == github.event.repository.default_branch && 'latest' || format('br-{0}-42', github.ref_name) }}
steps:
- name: Login to registry
shell: bash
Expand Down

0 comments on commit f07c513

Please sign in to comment.