Skip to content

Commit ff80674

Browse files
Change name
1 parent 92320cb commit ff80674

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/buildapptainers.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
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
@@ -31,7 +31,7 @@ jobs:
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
@@ -50,5 +50,5 @@ jobs:
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

0 commit comments

Comments
 (0)