mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
add NWCHEM_BRANCH build arg [ci skip]
This commit is contained in:
parent
72c80e14b5
commit
b6ab7229db
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docker_actions.yml
vendored
5
.github/workflows/docker_actions.yml
vendored
|
|
@ -63,6 +63,10 @@ jobs:
|
|||
cond: ${{ steps.setup-cache.outputs.cache-hit != '' }}
|
||||
if_true: "Y"
|
||||
if_false: "N"
|
||||
- name: print env
|
||||
run: |
|
||||
echo 'GITHUB_REF_NAME' $GITHUB_REF_NAME
|
||||
echo 'GITHUB_REF_TYPE' $GITHUB_REF_TYPE
|
||||
- name: build_schedule
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
|
|
@ -74,6 +78,7 @@ jobs:
|
|||
build-args: |
|
||||
FC=${{ matrix.fc }}
|
||||
CACHE_HIT=${{ steps.cache-hit-reporter.outputs.value }}
|
||||
NWCHEM_BRANCH=$GITUB_REF_NAME
|
||||
- name: store cache
|
||||
run: |
|
||||
mkdir -p ~/cache/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue