Skip to content

Commit

Permalink
fix: step 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
GIVEN53 committed Feb 8, 2024
1 parent ab4d311 commit 0a65545
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy-fluentbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ jobs:
docker push ${{ env.ENDPOINT }}/${{ env.PROD_REPO }}:${{ env.TAG }}
working-directory: ./fluentbit

- name: Push image to Amazon ECR
uses: ./.github/workflows/push-image.yml
with:
uri: ${{ env.ENDPOINT }}/${{ env.PROD_REPO }}:${{ env.TAG }}
working-directory: ./fluentbit

- name: Download task definition
run: |
aws ecs describe-task-definition --task-definition ${{ env.TASK_DEFINITION }} --query taskDefinition > task-definition.json
Expand Down

0 comments on commit 0a65545

Please sign in to comment.