mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-02-11 05:59:23 -06:00
feat: enhance versioning in workflows and application
- Updated build-release and canary-release workflows to include version arguments. - Modified Dockerfile to set QS_VERSION environment variable. - Added method to retrieve current QuickStack version in the service. - Passed current version to QuickStackVersionInfo component in maintenance page. - Improved README and CONTRIBUTING documentation for clarity.
This commit is contained in:
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@@ -57,4 +57,4 @@ jobs:
|
||||
VERSION_ARG=${{ github.ref_name }}
|
||||
tags: |
|
||||
quickstack/quickstack:latest
|
||||
# quickstack/quickstack:${{ github.ref_name }}
|
||||
quickstack/quickstack:${{ github.ref_name }}
|
||||
|
||||
2
.github/workflows/canary-release.yml
vendored
2
.github/workflows/canary-release.yml
vendored
@@ -54,6 +54,6 @@ jobs:
|
||||
push: true
|
||||
platforms: linux/amd64
|
||||
build-args: |
|
||||
VERSION_ARG=canary
|
||||
VERSION_ARG=canary-${{ github.run_number }}
|
||||
tags: |
|
||||
quickstack/quickstack:canary
|
||||
|
||||
Reference in New Issue
Block a user