Skip to content

fix(cli): change "stoped" to "stopped" (#743) #104

fix(cli): change "stoped" to "stopped" (#743)

fix(cli): change "stoped" to "stopped" (#743) #104

Workflow file for this run

name: Publish Docker image
on:
workflow_dispatch:
push:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Publish to Docker Hub
run: ./scripts/publish_docker.sh
env:
DOCKER_HUB_PUBLISH_TOKEN: ${{ secrets.DOCKER_HUB_PUBLISH_TOKEN }}