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 3030 env :
3131 REGISTRY : ${{ steps.login-ecr.outputs.registry }}
3232 REPOSITORY : sync-svc-cube
33- IMAGE_TAG : " cubejs/cube: ${{ github.sha }}"
33+ IMAGE_TAG : " ${{ github.sha }}"
3434 run : |
3535 docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .
3636 docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
4040 cache : true
4141 locked : true
4242 - name : Update cube-api Task Definition with latest image
43- run : pixi run python scripts/update_task.py --task-definition cube_api --container-name cube-api --image cubejs/ cube:$IMAGE_TAG
43+ run : pixi run python scripts/update_task.py --task-definition cube_api --container-name cube-api --image sync-svc- cube:${{ github.sha }}
4444
4545 - name : Update cube-refresh-worker Task Definition with latest image
46- run : pixi run python scripts/update_task.py --task-definition cube_refresh_worker --container-name cube-refresh-worker --image cubejs/ cube:$IMAGE_TAG
46+ run : pixi run python scripts/update_task.py --task-definition cube_refresh_worker --container-name cube-refresh-worker --image sync-svc- cube:${{ github.sha }}
You can’t perform that action at this time.
0 commit comments