Files
mc-router/.github/workflows/release.yml
T
Jordan Jones 9f6293025d Add support for ghcr.io image tags (#383)
Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
2025-04-15 21:36:44 -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.2"
secrets:
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}