From b85a1bdfe5fb861007d889797feaf9cd2b8411dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Wed, 4 Dec 2024 09:13:09 -0300 Subject: [PATCH] ci: Add blueos-cloud upload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/ci.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f82de62fc..6a26d8fd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -336,4 +336,16 @@ jobs: if: always() && github.event_name != 'pull_request' run: | docker buildx imagetools \ - inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }} \ No newline at end of file + inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }} + + deploy-cloud: + needs: test + runs-on: ubuntu-latest + if: startsWith(github.ref, 'refs/tags/') && success() + steps: + - name: Build and Publish Extension in BlueOS CLoud + uses: bluerobotics/blueos-cloud-action@0.0.1 + with: + BCLOUD_PAT: ${{secrets.BCLOUD_PAT}} + PLATFORMS: linux/arm/v7,linux/arm64,linux/amd64 + EXTENSION: 29fb2bc7-2bc9-4d86-a57b-4fe1ee152d1e