feat(docker): add build version to built images

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2022-08-30 12:28:53 +02:00
parent d2b25b6cdd
commit a3c74e7310
3 changed files with 5 additions and 1 deletions

View file

@ -46,3 +46,5 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
BUILD_VERSION=${{ github.event.head_commit.id }}