Skip to content

Commit

Permalink
fix: checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
GIVEN53 committed Sep 29, 2023
1 parent c62e9be commit aab3e7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-fluentbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
env:
working-directory: ./fluentbit
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Build and push image to Amazon ECR (dev)
run: |
docker build -t ${{ env.AWS_ACCOUNT_ID }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/${{ env.DEV_ECR_REPOSITORY }}:${{ env.IMAGE_TAG }} .
Expand Down
2 changes: 1 addition & 1 deletion fluentbit/fluent-bit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
Name kinesis_streams
Match server.log
region ap-northeast-2
stream kn-server-log-${env}
stream kn-server-log-${env}

0 comments on commit aab3e7c

Please sign in to comment.