First build test
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -105,7 +105,7 @@ jobs:
|
|||||||
- name: Get current version
|
- name: Get current version
|
||||||
id: labels
|
id: labels
|
||||||
run: |
|
run: |
|
||||||
ver=$(skopeo inspect docker://quay.io/fedora-ostree-desktops/${{ env.SOURCE_IMAGE }}:${{ matrix.major_version }} | jq -r '.Labels["org.opencontainers.image.version"]')
|
ver=$(skopeo inspect docker://quay.io/fedora-ostree-desktops/${{ env.IMAGE_NAME }}:${{ matrix.major_version }} | jq -r '.Labels["org.opencontainers.image.version"]')
|
||||||
echo "VERSION=$ver" >> $GITHUB_OUTPUT
|
echo "VERSION=$ver" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
# Build metadata
|
# Build metadata
|
||||||
|
|||||||
Reference in New Issue
Block a user