Updated workflows (again)
This commit is contained in:
8
.github/workflows/release-build.yml
vendored
8
.github/workflows/release-build.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
tags: moonlightpanel/moonlight:latest
|
||||
platforms: linux/amd64,linux/arm64
|
||||
build-args: |
|
||||
"BUILD_CHANNEL=${{github.ref_name}}"
|
||||
"BUILD_COMMIT_HASH=${{github.sha}}
|
||||
"BUILD_NAME=${{github.event.inputs.codeName}}"
|
||||
"BUILD_VERSION=${{github.event.inputs.versionName}}"
|
||||
"BUILD_CHANNEL=${{ github.ref_name }}"
|
||||
"BUILD_COMMIT_HASH=${{ github.sha }}
|
||||
"BUILD_NAME=${{ github.event.inputs.codeName }}"
|
||||
"BUILD_VERSION=${{ github.event.inputs.versionName }}"
|
||||
Reference in New Issue
Block a user