File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 11name : Deploy to Sandbox
22run-name : " @${{ github.triggering_actor }}: ${{ github.ref_name }}: ${{ github.event_name }}"
3+
34on :
45 push :
56 branches :
67 - dev
78 - dev-preview
8- defaults :
9- run :
10- shell : bash
9+
1110concurrency :
1211 group : ${{ github.workflow }}-${{ github.ref_name }}
1312 cancel-in-progress : true
14- permissions :
15- packages : write
16- contents : read
17- pull-requests : read
13+
1814jobs :
19- deploy-sandbox :
20- runs-on : ubuntu-latest
15+ build-docker-image :
16+ runs-on : ubuntu-22.04
2117 steps :
22- - name : Checkout Code
23- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
24- with :
25- fetch-depth : 2
18+ - name : Checkout
19+ uses : actions/checkout@v4
20+ - name : Set up QEMU
21+ uses : docker/setup-qemu-action@v3
22+ - name : Set up Docker Buildx
23+ uses : docker/setup-buildx-action@v3
24+ - name : Update submodule
25+ run : git submodule update --init
2626 - name : Build Docker image
2727 run : |
2828 shopt -s nocasematch
You can’t perform that action at this time.
0 commit comments