Skip to content

feat: add SIGUSR1 handling (#95) #14

feat: add SIGUSR1 handling (#95)

feat: add SIGUSR1 handling (#95) #14

Workflow file for this run

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.23.4"
secrets:
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
scoop-tap-github-token: ${{ secrets.SCOOP_BUCKET_GITHUB_TOKEN }}