mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-05-07 06:16:12 +02:00
Fixes #858: add conventional labels to the docker image and pass the github.ref_name as VERSION_TAG build_args in docker/build-push-action pipeline
This commit is contained in:
committed by
Bastien Wirtz
parent
1d680ab2db
commit
f0bcd50503
2
.github/workflows/dockerhub.yml
vendored
2
.github/workflows/dockerhub.yml
vendored
@@ -44,3 +44,5 @@ jobs:
|
||||
ghcr.io/${{ github.repository }}:latest
|
||||
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64
|
||||
build-args: |
|
||||
VERSION_TAG=${{ github.ref_name }}
|
||||
|
||||
Reference in New Issue
Block a user