Skip to content

Use reuseable workflow to build the app and publish the container #2

Use reuseable workflow to build the app and publish the container

Use reuseable workflow to build the app and publish the container #2

Workflow file for this run

name: release
on:
push:
tags:
- "*.*.*"
jobs:
build-release-and-push-container:
uses: openconext/openconext-githubactions/.github/workflows/symfony-release.yml@main
with:
component_name: "OpenConext-engineblock"