Skip to content

More tests, glueing things together, breaking import cycle #8

More tests, glueing things together, breaking import cycle

More tests, glueing things together, breaking import cycle #8

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 }}