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