This repository is currently being migrated. It's locked while the migration is in progress.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments