Skip to content

GHA: Add reusable workflow to release and build #2

GHA: Add reusable workflow to release and build

GHA: Add reusable workflow to release and build #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: "Stepup-Middleware"