add make rename support, update README
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user