Skip to content

Deploy BlueOS Extension Image #7

Deploy BlueOS Extension Image

Deploy BlueOS Extension Image #7

Workflow file for this run

name: Deploy BlueOS Extension Image
on:
push:
workflow_dispatch:
jobs:
deploy-docker-image:
# set the agent to run on
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: |
pip install gitpython
- name: Populate docs
run: |
./populate_docs.py
- name: Deploy BlueOS Extension
uses: BlueOS-community/[email protected]
with:
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-password: ${{ secrets.DOCKER_PASSWORD }}
github-token: ${{ secrets.GITHUB_TOKEN }}
# image-name should not start with blueos- (see image-prefix)
image-name: 'blueos-docs'