Skip to content

they got everywhere on that line! Last fixed quote #76

they got everywhere on that line! Last fixed quote

they got everywhere on that line! Last fixed quote #76

Workflow file for this run

name: Deploy BlueOS Extension Image
on:
push:
pull_request:
# Run manually
workflow_dispatch:
# NOTE: caches may be removed if not run weekly
# -> may be worth scheduling for every 6 days
jobs:
deploy-docker-image:
runs-on: ubuntu-latest
steps:
- name: Deploy BlueOS Extension
uses: BlueOS-community/Deploy-BlueOS-Extension@v1
with:
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-password: ${{ secrets.DOCKER_PASSWORD }}
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: 'simplepingsurvey'