ci: fix docker manifest generation
This commit is contained in:
@@ -220,7 +220,7 @@ payload = {
|
||||
'contents': ['admin-web', 'MiaoJiZhang.Api'],
|
||||
'smokeTests': ['image architecture', '/api/ping', 'admin web index'],
|
||||
}
|
||||
path.write_text(json.dumps(payload, ensure_ascii=False, indent=2) + '\n', encoding='utf-8')
|
||||
path.write_text(json.dumps(payload, ensure_ascii=False, indent=2) + chr(10), encoding='utf-8')
|
||||
PY
|
||||
sha256sum "$MANIFEST_PATH" >"$MANIFEST_PATH.sha256"
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user