Skip to content

Commit

Permalink
fix: docker default host bind
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazechaser committed Mar 9, 2023
1 parent ee07e61 commit ea53214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[service]
address = ":5005"
address = ":5000"
# Exposes Go process Prometheus metrics
# /metrics endpoint
metrics = true
Expand Down

0 comments on commit ea53214

Please sign in to comment.