mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
rename docker image tag
This commit is contained in:
parent
98899078e1
commit
05e32d25cd
3 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
tags: openmc/openmc:latest-libmesh
|
||||
tags: openmc/openmc:latest-dagmc-libmesh
|
||||
build-args: |
|
||||
build_dagmc=on
|
||||
build_libmesh=on
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
tags: openmc/openmc:develop-dagmc
|
||||
tags: openmc/openmc:develop-dagmc-libmesh
|
||||
build-args: |
|
||||
build_dagmc=on
|
||||
build_libmesh=on
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
tags: openmc/openmc:develop-dagmc
|
||||
tags: openmc/openmc:develop-libmesh
|
||||
build-args: |
|
||||
build_libmesh=on
|
||||
compile_cores=2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue