Skip to content

Commit

Permalink
Merge pull request #9 from Footprints-Plan/FP-76-Bean-setting
Browse files Browse the repository at this point in the history
Local yaml setting
  • Loading branch information
tjdgns8439 authored Aug 28, 2024
2 parents 8efc0ab + 1ad67ad commit 1d9362a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
run: |
echo "PROD_IMAGE=${{ env.AWS_ACCOUNT_ID }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/${{ env.REPOSITORY }}${{ env.IMAGE_TAG }}-prod" >> ${GITHUB_ENV}
echo "DEV_IMAGE=${{ env.AWS_ACCOUNT_ID }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/${{ env.REPOSITORY }}${{ env.IMAGE_TAG }}-dev" >> ${GITHUB_ENV}
echo "EU_IMAGE=${{ env.AWS_ACCOUNT_ID }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/${{ env.REPOSITORY }}${{ env.IMAGE_TAG }}-eu" >> ${GITHUB_ENV}
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -80,6 +81,9 @@ jobs:
- name: Build Dev Image
run: docker build --no-cache -t ${{ env.DEV_IMAGE }} -f ./xinfra/docker/DockerfileDev .

- name: Build EU Image
run: docker build --no-cache -t ${{ env.DEV_IMAGE }} -f ./xinfra/docker/DockerfileEu .

- name: Push to ECR
run: |
docker push ${{ env.PROD_IMAGE }}
Expand Down
2 changes: 1 addition & 1 deletion config
File renamed without changes.

0 comments on commit 1d9362a

Please sign in to comment.