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