Update .github/workflows/docker-build-and-push.yml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Icereed 2025-01-13 07:29:07 +01:00 committed by GitHub
parent 4bb7bafebd
commit 31240b2507
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,4 +99,4 @@ jobs:
build-args: |
VERSION=${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
COMMIT=${{ github.sha }}
BUILD_DATE=${{ format('{0:yyyy-MM-ddTHH:mm:ssZ}', github.event.repository.pushed_at) }}
BUILD_DATE=${{ github.event.repository.pushed_at }}