Skip to content

v0.2.0

v0.2.0 #2

Workflow file for this run

name: Release
on:
workflow_dispatch:
release:
types: [published]
jobs:
release-docker:
uses: ./.github/workflows/docker-publish.yml
secrets: inherit