wrong datetime
This commit is contained in:
parent
d18aef4de3
commit
f5fd6436a6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bouncer.yml
vendored
2
.github/workflows/bouncer.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
target: bouncer
|
||||
build-args: |
|
||||
GIT_SHA="${{ github.sha }}"
|
||||
BUILD_DATE="${{ steps.date.outputs.datetime }}"
|
||||
BUILD_DATE="${{ steps.date.outputs.container_build_datetime }}"
|
||||
GIT_COMMIT_MESSAGE="${{ github.event.head_commit.message }}"
|
||||
tags: |
|
||||
benzine/bouncer
|
||||
|
|
|
|||
Loading…
Reference in a new issue