mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-04 08:49:59 -04:00
feat(docker): add build version to built images
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
d2b25b6cdd
commit
a3c74e7310
3 changed files with 5 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue