Skip to content

Commit

Permalink
Change fluentbit repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihonl committed Jan 9, 2025
1 parent 6e3d6e8 commit 691bd9c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -837,9 +837,10 @@ jobs:
steps:
- name: Check out AWS FluentBit repo
uses: actions/checkout@v3
if: ${{ matrix.arrays.terraform_dir }} == 'terraform/eks/daemon/fluent/bit'
with:
repository: amazon-contributing/upstream-to-fluent-bit
ref: 1.9.10
repository: aws/aws-for-fluent-bit
ref: mainline

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
Expand All @@ -861,9 +862,11 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2

- name: Build and push Docker image for FluentBit
if: ${{ matrix.arrays.terraform_dir }} == 'terraform/eks/daemon/fluent/bit'
env:
ECR_REPO: ${{ steps.login-ecr.outputs.registry }}/fluent-bit-test
run: |
cd fluent-bit
make release
docker tag amazon/aws-for-fluent-bit:latest $ECR_REPO:latest
docker push $ECR_REPO:latest
Expand Down

0 comments on commit 691bd9c

Please sign in to comment.