add make rename support, update README
Some checks failed
Build and Publish / release (push) Has been skipped
Build and Publish / check-chart (push) Successful in 9s
Build and Publish / helm-release (push) Has been cancelled

This commit is contained in:
2025-03-31 16:09:22 -04:00
parent c8e461729f
commit b5b7ceb85a
10 changed files with 890 additions and 8 deletions

View File

@ -5,19 +5,19 @@ on:
branches: ["main"]
env:
PACKAGE_NAME: go-http-server-with-otel
PACKAGE_NAME: go-server-with-otel
BINARY_PATH: bin
BINARY_NAME: go-http-server-with-otel
GO_MOD_PATH: gitea.libretechconsulting.com/rmcguire/go-http-server-with-otel
BINARY_NAME: go-server-with-otel
GO_MOD_PATH: gitea.libretechconsulting.com/rmcguire/go-server-with-otel
GO_GIT_HOST: gitea.libretechconsulting.com
VER_PKG: gitea.libretechconsulting.com/rmcguire/go-app/pkg/config.Version
VERSION: ${{ github.ref_name }}
PLATFORMS: linux/amd64 linux/arm64 darwin/amd64 darwin/arm64
DOCKER_REGISTRY: gitea.libretechconsulting.com
DOCKER_USER: rmcguire
DOCKER_REPO: rmcguire/go-http-server-with-otel
DOCKER_REPO: rmcguire/go-server-with-otel
DOCKER_IMG: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_REPO }}
CHART_DIR: helm/go-http-server-with-otel
CHART_DIR: helm/
jobs:
release:
@ -103,7 +103,7 @@ jobs:
base: ${{ github.ref }}
filters: |
chart:
- helm/go-http-server-with-otel/Chart.yaml
- helm/Chart.yaml
helm-release:
runs-on: ubuntu-latest