Updated workflows (again)
This commit is contained in:
9
.github/workflows/development-build.yml
vendored
9
.github/workflows/development-build.yml
vendored
@@ -11,9 +11,6 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get current date
|
|
||||||
id: date
|
|
||||||
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
@@ -29,7 +26,7 @@ jobs:
|
|||||||
tags: moonlightpanel/moonlight:dev
|
tags: moonlightpanel/moonlight:dev
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
build-args: |
|
build-args: |
|
||||||
"BUILD_CHANNEL=${{github.ref_name}}"
|
"BUILD_CHANNEL=${{ github.ref_name }}"
|
||||||
"BUILD_COMMIT_HASH=${{github.sha}}
|
"BUILD_COMMIT_HASH=${{ github.sha }}
|
||||||
"BUILD_NAME=devbuild ${{steps.date.outputs.date}}"
|
"BUILD_NAME=devbuild"
|
||||||
"BUILD_VERSION=unknown"
|
"BUILD_VERSION=unknown"
|
||||||
|
|||||||
8
.github/workflows/release-build.yml
vendored
8
.github/workflows/release-build.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
tags: moonlightpanel/moonlight:latest
|
tags: moonlightpanel/moonlight:latest
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
build-args: |
|
build-args: |
|
||||||
"BUILD_CHANNEL=${{github.ref_name}}"
|
"BUILD_CHANNEL=${{ github.ref_name }}"
|
||||||
"BUILD_COMMIT_HASH=${{github.sha}}
|
"BUILD_COMMIT_HASH=${{ github.sha }}
|
||||||
"BUILD_NAME=${{github.event.inputs.codeName}}"
|
"BUILD_NAME=${{ github.event.inputs.codeName }}"
|
||||||
"BUILD_VERSION=${{github.event.inputs.versionName}}"
|
"BUILD_VERSION=${{ github.event.inputs.versionName }}"
|
||||||
Reference in New Issue
Block a user