feat(versioning): Implemented APP_VERSION from build tags
All checks were successful
Build and Publish Docker Image / deploy (push) Successful in 1m35s

This commit is contained in:
2026-05-01 03:45:15 +03:00
parent fc54f7bb86
commit dd8dd7cdc2
2 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ jobs:
- name: Build Docker Image
run: |
docker build \
--build-arg APP_VERSION=${{ gitea.ref_name }} \
-t tea.chunkbyte.com/kato/warpbox:${{ gitea.ref_name }} \
-t tea.chunkbyte.com/kato/warpbox:latest \
.