File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ with:
115
115
# @ build_args.append("COMMIT_SHA=${{ github.sha }}")
116
116
# @ build_args.append("GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}")
117
117
# @ if build_versioned_image:
118
- # @ build_args.append("BUILD_DATETIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}")
118
+ # @ build_args.append("BUILD_DATETIME=${{ steps.meta.outputs.json && fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}")
119
119
# @ build_args.append("APP_VERSION=${{ needs.version.outputs.app_version }}")
120
120
# @ build_args.append("FILE_VERSION=${{ needs.version.outputs.file_version }}")
121
121
# @ build_args.append("INFORMATIONAL_VERSION=${{ needs.version.outputs.information_version }}")
You can’t perform that action at this time.
0 commit comments