Skip to content

release pipeline

release pipeline #5

Workflow file for this run

name: 'Release the thing'
on:
push:
tags:
- 'v*.*.*-*'
jobs:
build-and-publish-images:
secrets: inherit
uses: kedify/github-meta/.github/workflows/kedify-release.yml@main
with:
tag: ${{ github.ref_name }}