feat(versioning): Implemented APP_VERSION from build tags
All checks were successful
Build and Publish Docker Image / deploy (push) Successful in 1m35s
All checks were successful
Build and Publish Docker Image / deploy (push) Successful in 1m35s
This commit is contained in:
@@ -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 \
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user