From ea53214e2b5dc92a437e85db0ee8c73ff8b96c92 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Thu, 9 Mar 2023 08:25:11 +0000 Subject: [PATCH] fix: docker default host bind --- .github/workflows/release.yaml | 4 ++-- config.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b9f1dbb..3eb458f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,7 +48,7 @@ jobs: file: ./Dockerfile platforms: linux/amd64 push: true - build-args: |- + build-args: | BUILD_COMMIT=${{ env.RELEASE_SHORT_COMMIT }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache @@ -92,7 +92,7 @@ jobs: go-version: 'stable' - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@v2 with: version: latest args: release --rm-dist diff --git a/config.toml b/config.toml index 4b516a1..9a37ebd 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ [service] -address = ":5005" +address = ":5000" # Exposes Go process Prometheus metrics # /metrics endpoint metrics = true