Update workflows to also build tagged releases

Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
simonmicro 2025-12-06 18:38:47 +01:00
parent 565ef8d500
commit 62508dfc49
No known key found for this signature in database
GPG key ID: 033A4D4CE4E063D6
5 changed files with 104 additions and 14 deletions

View file

@ -25,7 +25,7 @@ jobs:
push: false
build-args: |
BUILD_COMMIT=${{ github.sha }}
BUILD_BRANCH=${{ github.ref_name }}
BUILD_REFERENCE=${{ github.ref_name }}
- name: Build (minimal)
uses: docker/build-push-action@v6
with:
@ -35,4 +35,4 @@ jobs:
push: false
build-args: |
BUILD_COMMIT=${{ github.sha }}
BUILD_BRANCH=${{ github.ref_name }}
BUILD_REFERENCE=${{ github.ref_name }}