bazaar/.github/workflows/push_version.yml

17 lines
286 B
YAML

name: goreleaser
on:
push:
tags: ["v*"]
concurrency:
group: ci-push-version-${{ github.ref }}
cancel-in-progress: true
jobs:
goreleaser:
uses: ./.github/workflows/_goreleaser.yml
docker-buildx:
needs: goreleaser
uses: ./.github/workflows/_docker-buildx.yml