Skip to content

fix(ci): image publish step by using build repository (#47) #3

fix(ci): image publish step by using build repository (#47)

fix(ci): image publish step by using build repository (#47) #3

Workflow file for this run

name: Publish
on:
push:
tags:
- v*
workflow_dispatch:
permissions:
packages: write
jobs:
release_publish:
uses: openmcp-project/build/.github/workflows/publish.lib.yaml@main
secrets: inherit