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

@@ -53,7 +53,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}
DOCKER_REGISTRY_USER: ${{ github.repository_owner }}
DOCKER_REGISTRY_PASSWORD: ${{ secrets.REPOSITORY_PUSH_ACCESS }}
run: bunx multi-semantic-release
DEBUG: semantic-release:*
run: bunx multi-semantic-release --debug
# We call multi-semantic-release twice to publish in a different step
# An environment variable determines which plugins in the config to run