Skip to content

Commit

Permalink
Merge pull request #670 from lukemartinlogan/dev
Browse files Browse the repository at this point in the history
Always run on worker dispatch
  • Loading branch information
lukemartinlogan authored Feb 8, 2024
2 parents 462b601 + 43be502 commit 8e09fc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_push_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
push:
workflow_dispatch:
inputs:
build_docker_images:
description: 'If ''true'', force a build of the docker images and push them to dockerhub'
required: false
default: false
# build_docker_images:
# description: 'If ''true'', force a build of the docker images and push them to dockerhub'
# required: false
# default: false
jobs:
build-docker-images:
if: ${{ github.ref_type == 'tag' || github.event.inputs.build_docker_images }}
Expand Down
1 change: 1 addition & 0 deletions docker/deps.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN . /module_load.sh && \
# Install hermes_shm
RUN . /module_load.sh && \
. "${SPACK_DIR}/share/spack/setup-env.sh" && \
spack external find && \
spack install hermes_shm@master+vfd+mpiio^[email protected]

# Install jarvis-cd
Expand Down
1 change: 1 addition & 0 deletions docker/user.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN . /module_load.sh && \
# Install hermes
RUN . /module_load.sh && \
. "${SPACK_DIR}/share/spack/setup-env.sh" && \
spack external find && \
spack install hermes@master+vfd+mpiio^[email protected]

# Install jarvis-cd
Expand Down

0 comments on commit 8e09fc9

Please sign in to comment.