Skip to content

[CI] API

[CI] API #3

Workflow file for this run

name: "[CI] API"
on:
workflow_dispatch:
push:
branches:
- "main"
paths:
- "api/**"
jobs:
build-and-push:
name: Build and push action
permissions:
contents: read
packages: write
uses: ./.github/workflows/build-push-action.yaml
with:
registry: ghcr.io
image-name: api
context: api
target: prod
file: Dockerfile