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 1010 description : ' list of branches to publish (JSON)'
1111 required : true
1212 # keep in sync with default value of strategy matrix 'branch'
13- default : ' ["main"]'
13+ default : ' ["main", "branch-0.1" ]'
1414
1515jobs :
1616 publish-snapshot-image :
2020 fail-fast : false
2121 matrix :
2222 # keep in sync with default value of workflow_dispatch input 'branch'
23- branch : ${{ fromJSON( inputs.branch || '["main"]' ) }}
23+ branch : ${{ fromJSON( inputs.branch || '["main", "branch-0.1" ]' ) }}
2424 steps :
2525 - name : Set up QEMU
2626 uses : docker/setup-qemu-action@v3
4545 file : build-tools/docker/Dockerfile
4646 platforms : linux/amd64,linux/arm64
4747 push : true
48- tags : apache/spark-kubernetes-operator:main -snapshot
48+ tags : apache/spark-kubernetes-operator:${{ matrix.branch }} -snapshot
You can’t perform that action at this time.
0 commit comments