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
Some checks failed
Building and publishing Homebrewery as Docker Image / build (release) Failing after 9m47s
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user