Skip to content

chore: Update plot examples with axis titles and script mode #1006

chore: Update plot examples with axis titles and script mode

chore: Update plot examples with axis titles and script mode #1006

Workflow file for this run

name: Dev Docker Publish
concurrency:
group: docker-dev
cancel-in-progress: true
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
schedule:
- cron: "0 2 * * *" # run at 2 AM UTC
push:
branches:
- main
jobs:
docker:
uses: ./.github/workflows/docker-publish.yml
with:
target: vsl-dev
tags: ulisesjeremias/vsl:dev
build-args: |
DEV_IMG=false
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}