fix: add build/version/time to docker images

This commit is contained in:
Ben McClelland
2024-04-06 09:31:18 -07:00
parent 6955edfa31
commit 3dbe95235e
2 changed files with 15 additions and 1 deletions

View File

@@ -43,3 +43,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ github.event.release.tag_name }}
TIME=${{ github.event.release.published_at }}
BUILD=${{ github.sha }}