mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-04 03:39:58 +00:00
chore(ci): Properly suffix -main on upstream images
This commit is contained in:
parent
b09fb7f48a
commit
c8084e4258
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -188,8 +188,6 @@ jobs:
|
||||
set -eo pipefail
|
||||
if [[ "${{ matrix.base_name }}" == "bazzite-nvidia" ]]; then
|
||||
ver=$(skopeo inspect docker://ghcr.io/ublue-os/bazzite-${{ env.IMAGE_FLAVOR }}:${{ matrix.major_version }} | jq -r '.Labels["org.opencontainers.image.version"]')
|
||||
elif [[ "${{ env.IMAGE_FLAVOR}}" == "main" ]]; then
|
||||
ver=$(skopeo inspect docker://ghcr.io/ublue-os/${{ matrix.base_image_name }}:${{ matrix.major_version }} | jq -r '.Labels["org.opencontainers.image.version"]')
|
||||
else
|
||||
ver=$(skopeo inspect docker://ghcr.io/ublue-os/${{ matrix.base_image_name }}-${{ env.IMAGE_FLAVOR }}:${{ matrix.major_version }} | jq -r '.Labels["org.opencontainers.image.version"]')
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user