Skip to content

Commit

Permalink
ci: Add blueos-cloud upload
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and rafaellehmkuhl committed Dec 11, 2024
1 parent 595c5d8 commit b85a1bd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
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/[email protected]
with:
BCLOUD_PAT: ${{secrets.BCLOUD_PAT}}
PLATFORMS: linux/arm/v7,linux/arm64,linux/amd64
EXTENSION: 29fb2bc7-2bc9-4d86-a57b-4fe1ee152d1e

0 comments on commit b85a1bd

Please sign in to comment.