File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6868 context : " {{defaultContext}}:backend"
6969 file : Dockerfile
7070 push : true
71- tags : ${{ secrets.DOCKER_HUB_USERNAME }}/taskaza:${{ github.sha }}
71+ tags : ${{ secrets.DOCKER_HUB_USERNAME }}/taskaza-api:${{ github.sha }}
72+ cache-from : type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/taskaza-api:buildcache
73+ cache-to : type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/taskaza-api:buildcache,mode=max
7274
7375
7476 deploy-to-render :
7779 needs : test
7880 environment :
7981 name : render
80- defaults :
81- run :
82- working-directory : backend
8382
8483 steps :
8584 - name : Deploy to Render
8887 service_id : ${{ secrets.RENDER_SERVICE_ID }}
8988 api_key : ${{ secrets.RENDER_API_KEY }}
9089 github_deployment : true
90+ wait_deploy : true
9191 deployment_environment : ' render'
9292 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments