Add build arguments for version and revision in Dockerfile and update build.yaml
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Failing after 9m47s

This commit is contained in:
2025-06-24 12:54:42 +02:00
parent f78979c6e2
commit 74a4e5fd96
2 changed files with 16 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
build-args: |
VERSION=${{ github.event.release.tag_name }}
REVISION=${{ github.sha }}
tags: |
git.morlana.online/${{ github.repository_owner }}/homebrewery:latest
git.morlana.online/${{ github.repository_owner }}/homebrewery:${{ github.event.release.tag_name }}