Skip to content

Commit

Permalink
fix: feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacelocust committed Jul 16, 2024
1 parent 7098768 commit f07d3c8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ jobs:
with:
context: .
file: docker/prod/golang/Dockerfile

builder: ${{ steps.buildx.outputs.name }}
push: ${{ github.event_name != 'pull_request' }}
tags: spacelocust/fd-api:latest

platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ jobs:
with:
context: .
file: docker/prod/atlas/Dockerfile

builder: ${{ steps.buildx.outputs.name }}
push: ${{ github.event_name != 'pull_request' }}
tags: spacelocust/fd-migrations:latest

platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
2 changes: 1 addition & 1 deletion docker/prod/caddy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

api.yam-yam.dev {
reverse_proxy * api:5000
}
}
1 change: 0 additions & 1 deletion docker/prod/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ COPY --from=builder /go/src/app/fd-democracy /go/bin/fd-democracy
ENV PATH="/go/bin:${PATH}"

ENTRYPOINT ["fd-democracy", "gin-server"]

0 comments on commit f07d3c8

Please sign in to comment.