Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix cli path * run npm ci in sdk folder * version bump * build sdk before publishing cli * dry run publish * build cli * fix(ci): Push CLI latest tag * remove dry run flag --------- Co-authored-by: bo0tzz <git@bo0tzz.me>
* build(cli): Docker release workflow * build(cli): Run jobs for main/PR pushes * chore(ci): Rename cli build workflow * chore(ci): Fix CLI build event paths * chore(ci): CLI build cleanup * build(cli): Fix build-push-action dockerfile ref * chore: Remove redundant comment * build(cli): Fix registry login step * build(cli): Manually define latest tag * build(cli): Only push on workflow_dispatch * build(cli): Run docker release after NPM publish --------- Co-authored-by: bo0tzz <git@bo0tzz.me>