Skip to content

refactor: build improvements (#20) #40

refactor: build improvements (#20)

refactor: build improvements (#20) #40

# https://docs.github.com/en/actions/use-cases-and-examples/publishing-packages/publishing-docker-images#publishing-images-to-github-packages
name: "🖥️ API Server: Build and publish Docker image"
on:
push:
branches:
- main
jobs:
build-and-push:
uses: ./.github/workflows/build.yml
with:
image_name: ${{ github.repository }}-mock