Skip to content

Chore/documentation-v0.3.0 (#85) #16

Chore/documentation-v0.3.0 (#85)

Chore/documentation-v0.3.0 (#85) #16

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: ${{ github.repository_owner }}/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