Update .forgejo/workflows/build-images.yaml
This commit is contained in:
parent
1f52b8c72a
commit
3db0b09feb
1 changed files with 3 additions and 3 deletions
|
@ -42,8 +42,8 @@ jobs:
|
||||||
echo "Using channel='$channel' and platform='$platform'"
|
echo "Using channel='$channel' and platform='$platform'"
|
||||||
|
|
||||||
# Expose for later steps
|
# Expose for later steps
|
||||||
echo "channel=$channel" >> $GITHUB_OUTPUT
|
echo channel=$channel >> $GITHUB_OUTPUT
|
||||||
echo "platform=$platform" >> $GITHUB_OUTPUT
|
echo platform=$platform >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- id: read-version
|
- id: read-version
|
||||||
name: Read version from version.sh
|
name: Read version from version.sh
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
version=$(bash "${{ steps.set-context.outputs.context_dir }}/ci/version.sh" || echo "")
|
version=$(bash "${{ steps.set-context.outputs.context_dir }}/ci/version.sh" || echo "")
|
||||||
echo "Discovered version: $version"
|
echo "Discovered version: $version"
|
||||||
echo "version=$version" >> $GITHUB_OUTPUT
|
echo version=$version >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Log chosen channel/platform
|
- name: Log chosen channel/platform
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue