mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-14 05:38:01 -05:00
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:
parent
4bb7bafebd
commit
31240b2507
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build-and-push.yml
vendored
2
.github/workflows/docker-build-and-push.yml
vendored
|
@ -99,4 +99,4 @@ jobs:
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
|
VERSION=${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
|
||||||
COMMIT=${{ 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 }}
|
||||||
|
|
Loading…
Reference in a new issue