Skip to content

docs: update the README for v1.0.1 #125

docs: update the README for v1.0.1

docs: update the README for v1.0.1 #125

Workflow file for this run

name: Develop CI
on:
workflow_dispatch:
push:
branches: [ "develop" ]
jobs:
test-and-update-docs:
uses: ./.github/workflows/common-test-and-update-docs.yml
with:
ref: ${{ github.ref }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
push-image:
needs: test-and-update-docs
uses: ./.github/workflows/common-push-image.yml
with:
tag: ${{ github.ref_name }}
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}