mirror of
https://github.com/grassrootseconomics/cic-custodial.git
synced 2024-12-04 19:06:08 +01:00
fix: docker default host bind
This commit is contained in:
parent
ee07e61457
commit
ea53214e2b
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
build-args: |-
|
build-args: |
|
||||||
BUILD_COMMIT=${{ env.RELEASE_SHORT_COMMIT }}
|
BUILD_COMMIT=${{ env.RELEASE_SHORT_COMMIT }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||||
@ -92,7 +92,7 @@ jobs:
|
|||||||
go-version: 'stable'
|
go-version: 'stable'
|
||||||
|
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v4
|
uses: goreleaser/goreleaser-action@v2
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
args: release --rm-dist
|
args: release --rm-dist
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[service]
|
[service]
|
||||||
address = ":5005"
|
address = ":5000"
|
||||||
# Exposes Go process Prometheus metrics
|
# Exposes Go process Prometheus metrics
|
||||||
# /metrics endpoint
|
# /metrics endpoint
|
||||||
metrics = true
|
metrics = true
|
||||||
|
Loading…
Reference in New Issue
Block a user