Skip to content

Commit 2e4b081

Browse files
committed
Update pipeline.yml to simplify BUILD_DATE assignment by removing unnecessary fromJSON conversion
1 parent 784da80 commit 2e4b081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
build-args: |
7777
VERSION=v${{ github.run_number }}
7878
GIT_COMMIT=${{ github.sha }}
79-
BUILD_DATE=${{ fromJSON('["' + github.event.repository.updated_at + '"]')[0] }}
79+
BUILD_DATE=${{ github.event.repository.updated_at }}
8080
8181
# Move cache for next build
8282
- name: Move cache

0 commit comments

Comments
 (0)