Skip to content

Commit

Permalink
chore: 이미지 시크릿 이전
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Oct 28, 2023
1 parent 11eda96 commit 10e1229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
${{ env.ECR_REGISTRY_PREFIX }}${{ inputs.ecr-repository-name }} \
${{ inputs.image-tag }} \
${{ inputs.spring-profile }} &&
echo "image-url=${{ env.ECR_REGISTRY_PREFIX }}${{ inputs.ecr-repository-name }}" >> $GITHUB_OUTPUT
echo "image-url=${{ inputs.ecr-repository-name }}:${{ inputs.image-tag }}" >> $GITHUB_OUTPUT
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
task-definition: task-definition.json
container-name: api
image: "${{ inputs.image-url }}"
image: "${{ secrets.AWS_ECR_REGISTRY_URL }}/${{ inputs.image-url }}"

- name: AWS 태스크 정의 배포하고 서비스 업데이트하기
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
Expand Down

0 comments on commit 10e1229

Please sign in to comment.