Files
mc-router/.github/workflows/release.yml
T
Geoff Bourne c834ffd862 build: upgrade to Go 1.24.1 and k8s client to 0.32.3
* build: upgrade to Go 1.23.7

* build: upgrade to Go 1.24.1

Also
- github.com/prometheus/client_golang v1.21.1
- k8s 0.32.3
- golang.org/x/text v0.23.0
2025-03-16 14:13:36 -05:00

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.1"
secrets:
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}