Skip to content

bump version to v0.1.2 #10

bump version to v0.1.2

bump version to v0.1.2 #10

Workflow file for this run

name: releaser
on:
push:
tags:
- v*.*.*
permissions:
contents: write
packages: write
concurrency:
group: goreleaser
cancel-in-progress: true
jobs:
tag:
uses: kdwils/homelab-workflow/.github/workflows/update-image-tag.yml@main
secrets: inherit
with:
image: kdwils/envoy-proxy-bouncer
registry: ghcr.io
charts:
needs: [tag]
uses: kdwils/homelab-workflow/.github/workflows/helm-release.yml@main
goreleaser:
needs: [tag]
uses: kdwils/homelab-workflow/.github/workflows/go-releaser.yml@main
secrets: inherit