172aed3893
* Revert "Code cleanup in and around connector (#427)" This reverts commitb3e88db48c. * Revert "Refactored server setup and run out of main (#425)" This reverts commit05c57c3b85. * Revert "Code cleanup of routes config loader and API server (#424)" This reverts commit1ee3eb4de3.
18 lines
402 B
YAML
18 lines
402 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.4"
|
|
enable-ghcr: true
|
|
secrets:
|
|
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
|