9f6293025d
Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
17 lines
378 B
YAML
17 lines
378 B
YAML
name: release
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- "[0-9]+.[0-9]+.[0-9]+"
|
|
- "[0-9]+.[0-9]+.[0-9]+-*"
|
|
|
|
jobs:
|
|
release:
|
|
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
|
|
with:
|
|
go-version: "1.24.2"
|
|
secrets:
|
|
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
|