add background image #53
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |