Skip to content

Commit

Permalink
switch to use fluentd docker image instead of fluent-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Nov 20, 2024
1 parent 585c3f3 commit 9b8e10e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@ jobs:
image: ghcr.io/psf/httpbin:0.10.2
ports:
- 80:8080
fluent-bit:
image: ghcr.io/fluent/fluent-bit:latest
fluentd:
image: fluent/fluentd:edge-debian
ports:
- '24224:24224/tcp'
volumes:
- /tmp/fluentd:/fluentd/log
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 9b8e10e

Please sign in to comment.