File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- bdsim : [alma9-g4.10.7-bdsim, alma9-g4.11.0-bdsim,
19- alma9-g4.11.1-bdsim, alma9-g4.11.2-bdsim,
20- alma9-g4.11.3-bdsim]
18+ dockerimage : [alma9-g4.10.7-bdsim, alma9-g4.11.0-bdsim,
19+ alma9-g4.11.1-bdsim, alma9-g4.11.2-bdsim,
20+ alma9-g4.11.3-bdsim]
2121
2222 steps :
2323 - name : Dump job context
3131 - name : Flatten bdsim containers
3232 shell : bash
3333 run : |
34- singularity build ${{ bdsim }}_develop.sif docker:bdsim/${{ bdsim }}:develop
34+ singularity build ${{ dockerimage }}_develop.sif docker:bdsim/${{ dockerimage }}:develop
3535
3636 - name : Create Release
3737 id : create_release
5050 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5151 with :
5252 upload_url : ${{ steps.create_release.outputs.upload_url }}
53- asset_path : ./${{ bdsim }}_develop.sif
54- asset_name : ${{ bdsim }}_develop.sif
53+ asset_path : ./${{ dockerimage }}_develop.sif
54+ asset_name : ${{ dockerimage }}_develop.sif
You can’t perform that action at this time.
0 commit comments