File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 3535 username : _json_key
3636 password : ${{ secrets.GCLOUD_SERVICE_KEY_FILE }}
3737
38- - name : Build and push
38+ - name : Build and push (cubejs)
39+ uses : docker/build-push-action@v6
40+ env :
41+ DOCKER_BUILD_CHECKS_ANNOTATIONS : false
42+ DOCKER_BUILD_RECORD_UPLOAD : false
43+ DOCKER_BUILD_SUMMARY : true
44+ with :
45+ push : true
46+ context : packages/cubejs-docker
47+ file : packages/cubejs-docker/latest.Dockerfile
48+ tags : |
49+ us-east1-docker.pkg.dev/gorgias-helpdesk-staging/container-images/cubejs:${{ github.sha }}
50+ us-central1-docker.pkg.dev/gorgias-revenue-staging/container-images/cubejs:${{ github.sha }}
51+ us-east1-docker.pkg.dev/gorgias-helpdesk-production/container-images/cubejs:${{ github.sha }}
52+ us-central1-docker.pkg.dev/gorgias-revenue-production/container-images/cubejs:${{ github.sha }}
53+ us-east1-docker.pkg.dev/gorgias-helpdesk-staging/container-images/cubejs:${{ env.TAG }}
54+ us-central1-docker.pkg.dev/gorgias-revenue-staging/container-images/cubejs:${{ env.TAG }}
55+ us-east1-docker.pkg.dev/gorgias-helpdesk-production/container-images/cubejs:${{ env.TAG }}
56+ us-central1-docker.pkg.dev/gorgias-revenue-production/container-images/cubejs:${{ env.TAG }}
57+ cache-from : type=inline,image-manifest=true
58+ cache-to : type=inline,image-manifest=true
59+
60+ - name : Build and push (cubestore)
3961 uses : docker/build-push-action@v6
4062 env :
4163 DOCKER_BUILD_CHECKS_ANNOTATIONS : false
You can’t perform that action at this time.
0 commit comments