using env to define openmc cmake command

This commit is contained in:
Jonathan 2021-10-06 00:30:00 +01:00
parent 3039f9c969
commit 4ecdec6527
6 changed files with 46 additions and 64 deletions

View file

@ -28,7 +28,7 @@ jobs:
push: true
tags: openmc/openmc:latest-dagmc
build-args: |
include_dagmc=true
build_dagmc=on
compile_cores=2
-
name: Image digest

View file

@ -28,7 +28,7 @@ jobs:
push: true
tags: openmc/openmc:develop-dagmc
build-args: |
include_dagmc=true
build_dagmc=on
compile_cores=2
openmc_branch=develop
-

View file

@ -28,7 +28,7 @@ jobs:
push: true
tags: openmc/openmc:develop-dagmc
build-args: |
include_libmesh=true
build_libmesh=on
compile_cores=2
openmc_branch=develop
-

View file

@ -28,7 +28,7 @@ jobs:
push: true
tags: openmc/openmc:latest-libmesh
build-args: |
include_libmesh=true
build_libmesh=on
compile_cores=2
-
name: Image digest

View file

@ -31,7 +31,7 @@ jobs:
push: true
tags: openmc/openmc:${{ env.RELEASE_VERSION }}-dagmc
build-args: |
include_dagmc=true
build_dagmc=on
compile_cores=2
-
name: Image digest