fix: add VCS_REF and BUILD_DATE to nightly build workflow

This commit is contained in:
Jeremy
2026-01-30 23:22:44 +00:00
parent adb6623c67
commit 01a7c7ffdf
2 changed files with 250 additions and 498 deletions

View File

@@ -136,6 +136,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=nightly-${{ github.sha }}
VCS_REF=${{ github.sha }}
BUILD_DATE=${{ github.event.repository.pushed_at }}
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: true