Skip to content

Commit

Permalink
Fix repository names
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kishima committed Jul 23, 2024
1 parent 3c2f800 commit 58b0644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
context: .
file: ./deploy/Dockerfile
push: true
tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/realworld-example-frontend-ecr-repo:latest
tags: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/realworld-example-staging-frontend-ecr-repo:latest

- name: Render task definition from template
id: render-task-def
run: envsubst < deploy/taskdef-template.json > taskdef.json
env:
IMAGE_URI: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/realworld-example-frontend-ecr-repo:latest
IMAGE_URI: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/realworld-example-staging-frontend-ecr-repo:latest
PROJECT: realworld-example
APP_ENV: staging

Expand Down

0 comments on commit 58b0644

Please sign in to comment.