mirror of
https://github.com/grassrootseconomics/cic-custodial.git
synced 2024-12-03 18:36:47 +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
|
||||
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
|
||||
|
@ -1,5 +1,5 @@
|
||||
[service]
|
||||
address = ":5005"
|
||||
address = ":5000"
|
||||
# Exposes Go process Prometheus metrics
|
||||
# /metrics endpoint
|
||||
metrics = true
|
||||
|
Loading…
Reference in New Issue
Block a user