added build arg to target develop branch in clone

This commit is contained in:
Jonathan 2021-10-01 21:17:53 +01:00
parent 91bd9eb67d
commit 3d235b59dc
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@ jobs:
tags: openmc/openmc:develop
build-args: |
compile_cores=2
openmc_branch=develop
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

View file

@ -30,6 +30,7 @@ jobs:
build-args: |
include_dagmc=true
compile_cores=2
openmc_branch=develop
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}