Skip to content

Commit

Permalink
Add default value for LUSTRE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevcich committed Feb 12, 2025
1 parent cc78514 commit fb758e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
push: true
target: production
tags: ${{ steps.meta.outputs.tags }}
build-args: LUSTRE_VERSION=cray-2.15.B19

- name: "Build the final Docker image in nektos/act"
# The docker/build-push-action does actions/checkout, and that can't be
Expand Down Expand Up @@ -153,7 +152,6 @@ jobs:
push: true
target: debug
tags: ${{ steps.meta.outputs.tags }}
build-args: LUSTRE_VERSION=cray-2.15.B19

create_release:
needs: production
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ ARG MPI_OPERATOR_VERSION=0.6.0
# See https://www.open-mpi.org/software/ompi/v4.1/ for releases and their checksums.
ARG OPENMPI_VERSION=4.1.7
ARG OPENMPI_MD5=787d2bc8b3db336db97c34236934b3df
# Default to the latest cray 2.15 release
ARG LUSTRE_VERSION=cray-2.15.B19

FROM mpioperator/openmpi-builder:v$MPI_OPERATOR_VERSION AS builder

Expand Down

0 comments on commit fb758e2

Please sign in to comment.