Add Alpine APK packaging and update CI for versioned releases
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user