Skip to content

Commit

Permalink
Merge pull request swm-nodriversomabus#96 from swm-nodriversomabus/BU…
Browse files Browse the repository at this point in the history
…S-139-ECS-GitHubActions

CICD(BE): docker build config import arg추가 #BUS-139-ECS-GithubActions
  • Loading branch information
namhyo01 authored Oct 4, 2023
2 parents 936ffe5 + 01892d0 commit 2e82a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev-be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# IMAGE_TAG: ${{ github.sha }}
IMAGE_TAG: latest
run: |
docker build --build-arg JASYPT_SECRET=$JASYPT_SECRET --build-arg CONFIG_IMPORT=CONFIG_IMPORT --build-arg PROFILE_ACTIVE=$ACTIVE_PROFILE -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker build --build-arg JASYPT_SECRET=$JASYPT_SECRET --build-arg CONFIG_IMPORT=$CONFIG_IMPORT --build-arg PROFILE_ACTIVE=$ACTIVE_PROFILE -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
# ECS Task 정의
Expand Down

0 comments on commit 2e82a5a

Please sign in to comment.