Skip to content

feat: add first pipeline #1

feat: add first pipeline

feat: add first pipeline #1

name: Release version endpoint workflow
on:
push:
branches:
- main
- release/**
paths:
- Zupit.DotNet/VersionEndpoint/**
workflow_call:
jobs:
release-versionendpoint:
uses: ./.github/workflows/release-common.yml
with:
CONTAINER_CI_LABELS: "['zupit', 'pipeline', 'container', 'size-large']"
WORKING_DIRECTORY: Zupit.DotNet
PROJECT: 'Zupit.DotNet/VersionEndpoint'
DOTNET_IMAGE: 'mcr.microsoft.com/dotnet/sdk:8.0'