Skip to content

Commit

Permalink
fix: login error
Browse files Browse the repository at this point in the history
  • Loading branch information
GIVEN53 committed Sep 29, 2023
1 parent aab3e7c commit 057d9a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/deploy-fluentbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ env:
jobs:
login-to-aws-ecr:
runs-on: ubuntu-latest
env:
working-directory: ./fluentbit
steps:
- name: Check out code
uses: actions/checkout@v3
Expand All @@ -36,13 +38,7 @@ jobs:
# registry: ${{ steps.login-ecr.outputs.registry }}
# docker_username: ${{ steps.login-ecr.outputs.username }}
# docker_password: ${{ steps.login-ecr.outputs.password }}

build-and-push:
runs-on: ubuntu-latest
needs: login-to-aws-ecr
env:
working-directory: ./fluentbit
steps:

- name: Check out code
uses: actions/checkout@v3
- name: Build and push image to Amazon ECR (dev)
Expand Down
3 changes: 2 additions & 1 deletion fluentbit/fluent-bit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@
Name kinesis_streams
Match server.log
region ap-northeast-2
stream kn-server-log-${env}
stream kn-server-log-${env}

0 comments on commit 057d9a1

Please sign in to comment.