Skip to content

chore: make inverse index map to use struct instead of ptr #14

chore: make inverse index map to use struct instead of ptr

chore: make inverse index map to use struct instead of ptr #14

Workflow file for this run

name: Build and Deploy
on:
push:
tags:
- 'v*'
jobs:
build:
uses: raf555/actions/.github/workflows/build-ghcr.yaml@v1
permissions:
contents: read
packages: write
with:
image_name: "kbbi-api"
tag: ${{ github.ref_name }}
secrets: inherit
deploy:
needs: build
uses: raf555/actions/.github/workflows/deploy.yaml@v1
permissions:
contents: read
with:
image_name: kbbi
tag: ${{ github.ref_name }}
path: 'apps/kbbi'
secrets: inherit