Add Alpine APK packaging and update CI for versioned releases
Some checks failed
Build and Publish APK Package / build-apk (push) Failing after 18s
Build and Push Docker Container / build-and-push (push) Successful in 1m48s

This commit is contained in:
2026-04-02 02:41:47 +02:00
parent 64d4a9fe90
commit cac3221bbf
3 changed files with 89 additions and 4 deletions

View File

@@ -1,9 +1,8 @@
# .gitea/workflows/docker-build.yml
name: Build and Push Docker Container
on:
push:
branches:
- "*"
tags:
- 'v*'
jobs:
build-and-push:
@@ -24,4 +23,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: "g.eliaskohout.de/eliaskohout/ax-server:${{gitea.sha}},g.eliaskohout.de/eliaskohout/ax-server:latest"
tags: "g.eliaskohout.de/eliaskohout/ax-server:${{gitea.ref_name}},g.eliaskohout.de/eliaskohout/ax-server:latest"