Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ublue-os/main
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c7d5dd0a42da7107b9f876e5bfed93811bfd714
Choose a base ref
..
head repository: ublue-os/main
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 897532b3db616bb4474db416196b7a9729e29ecc
Choose a head ref
Showing with 7 additions and 4 deletions.
  1. +6 −3 .github/workflows/build.yml
  2. +1 −1 CHANGELOG.md
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -55,9 +55,6 @@ jobs:
- build_target: kmods
major_version: 39
steps:
- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v6

# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
uses: actions/checkout@v4
@@ -150,8 +147,14 @@ jobs:
- name: Get current version
id: labels
shell: bash
run: |
set -eo pipefail
ver=$(skopeo inspect docker://quay.io/${{ env.SOURCE_ORG }}/${{ env.SOURCE_IMAGE }}:${{ matrix.major_version }} | jq -r '.Labels["org.opencontainers.image.version"]')
if [ -z "$ver" ] || [ "null" = "$ver" ]; then
echo "inspected image version must not be empty or null"
exit 1
fi
echo "VERSION=$ver" >> $GITHUB_OUTPUT
# Generate image metadata
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [2.1.0](https://github.com/ublue-os/main/compare/v2.0.0...v2.1.0) (2024-02-06)
## [2.1.0](https://github.com/ublue-os/main/compare/v2.0.0...v2.1.0) (2024-02-07)


### Features