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:
Molham Al Nasr
2025-01-08 12:14:07 +01:00
committed by Bastien Wirtz
parent 1d680ab2db
commit f0bcd50503
2 changed files with 13 additions and 0 deletions

View File

@@ -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 }}