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

Commit 937ab3a

Browse files
committed
Add registry to image name
1 parent af841c5 commit 937ab3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
with:
4242
task-definition-family: cube_api
4343
container-name: cube-api
44-
image: sync-svc-cube:${{ github.sha }}
44+
image: ${{ steps.login-ecr.outputs.registry }}/sync-svc-cube:${{ 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: sync-svc-cube:${{ github.sha }}
52+
image: ${{ steps.login-ecr.outputs.registry }}/sync-svc-cube:${{ github.sha }}
5353

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

0 commit comments

Comments
 (0)