feat: build date

This commit is contained in:
2025-09-12 10:06:44 +02:00
parent 6f3bc7080b
commit ff171984f4
3 changed files with 18 additions and 0 deletions

View File

@@ -47,3 +47,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
BUILD_DATE=${{ github.event.head_commit.timestamp || github.event.repository.pushed_at }}
GIT_TAG=${{ github.ref_name }}