Show actual version in topbar instead of hardcoded beta (Fixes #93)
CI / test (pull_request) Successful in 26s
CI / docker (pull_request) Skipped

This commit is contained in:
agent
2026-09-09 18:27:57 -05:00
parent 8ecf5338d5
commit 65ed0c7043
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -55,6 +55,7 @@ jobs:
with:
context: .
push: true
build-args: VERSION=${{ gitea.ref_name }}
tags: |
git.archfox.org/poslop/palette:${{ gitea.ref_name }}
${{ startsWith(gitea.ref, 'refs/tags/') && 'git.archfox.org/poslop/palette:latest' || '' }}