File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,14 @@ permissions:
44 id-token : write
55
66on :
7- push :
8- branches : [main]
9- pull_request :
10- branches : [main]
117 workflow_call :
128
139env :
1410 BACKEND_IMAGE_REF : us-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT_SLUG }}/firetower-docker/firetower:${{ github.sha }}
1511 STATIC_IMAGE_REF : us-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT_SLUG }}/firetower-docker/nginx:${{ github.sha }}
1612
1713jobs :
18- ci :
19- uses : ./.github/workflows/ci.yml
2014 build :
21- needs : [ci]
2215 runs-on : ubuntu-latest
2316 steps :
2417 - name : Checkout code
Original file line number Diff line number Diff line change 11name : CI
22
33on :
4+ push :
5+ branches : [main]
6+ pull_request :
7+ branches : [main]
48 workflow_call :
59
610jobs :
Original file line number Diff line number Diff line change 1919 STATIC_IMAGE_REF : us-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT_SLUG }}/firetower-docker/nginx:${{ github.sha }}
2020
2121jobs :
22+ build :
23+ uses : ./.github/workflows/build.yml
2224 deploy :
25+ needs : [build]
2326 runs-on : ubuntu-latest
2427 steps :
2528 - name : Checkout code
You can’t perform that action at this time.
0 commit comments