Skip to content

Add workflow to create tag based on .version file updates (#37) #2

Add workflow to create tag based on .version file updates (#37)

Add workflow to create tag based on .version file updates (#37) #2

---
name: Build and publish release container images
on:
push:
tags:
- 'v*.*.*'
jobs:
build:
uses: ./.github/workflows/reusable-build-container-images.yml
with:
push: true
secrets: inherit