Skip to content

fix: switch doc to docs.acontext.app #43

fix: switch doc to docs.acontext.app

fix: switch doc to docs.acontext.app #43

Workflow file for this run

name: API Release
on:
push:
tags:
- "api/v*"
workflow_dispatch:
permissions:
contents: write
packages: write
jobs:
release:
uses: ./.github/workflows/_reusable-docker-release.yaml
with:
image_name: acontext-api
context: ./src/server/api/go
tag_prefix: "api/v"
display_name: API