Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 1bb866c

Browse files
committed
Update repo location
1 parent 5475e70 commit 1bb866c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build, tag, and push docker image to Amazon ECR
3030
env:
3131
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
32-
REPOSITORY: sync-svc-cube
32+
REPOSITORY: prod-sync-cube-ecr
3333
IMAGE_TAG: "${{ github.sha }}"
3434
run: |
3535
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .
@@ -41,15 +41,15 @@ jobs:
4141
with:
4242
task-definition-family: cube_api
4343
container-name: cube-api
44-
image: ${{ steps.login-ecr.outputs.registry }}/sync-svc-cube:${{ github.sha }}
44+
image: ${{ steps.login-ecr.outputs.registry }}/prod-sync-cube-ecr:${{ github.sha }}
4545

4646
- name: Update cube-refresh-worker Task Definition with latest image
4747
id: cube-refresh-worker-task-def
4848
uses: aws-actions/[email protected]
4949
with:
5050
task-definition-family: cube_refresh_worker
5151
container-name: cube-refresh-worker
52-
image: ${{ steps.login-ecr.outputs.registry }}/sync-svc-cube:${{ github.sha }}
52+
image: ${{ steps.login-ecr.outputs.registry }}/prod-sync-cube-ecr:${{ github.sha }}
5353

5454
- name: Deploy cube-api task definition
5555
uses: aws-actions/[email protected]

0 commit comments

Comments
 (0)