ci(release): add docker tags, fix unnested plugins array, verbose logs for docker builds

This commit is contained in:
PalmDevs
2024-07-21 01:08:32 +07:00
parent 57891428a2
commit 73b2169a5a
3 changed files with 24 additions and 9 deletions

View File

@@ -18,6 +18,12 @@ export default {
dockerProject: 'revanced',
dockerContext: '../..',
dockerPlatform: ['linux/amd64', 'linux/arm64'],
dockerBuildQuiet: false,
dockerTags: [
'{{#if prerelease.[0]}}dev{{else}}main{{/if}}',
'{{#unless prerelease.[0]}}latest{{/unless}}',
'{{version}}',
],
},
],
],