Skip to content

Commit

Permalink
Added spack_packages version to the final image build artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Jul 14, 2023
1 parent 059f16f commit 194fff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: access-nri/workflows/.github/workflows/build-and-push-image.yml@main
with:
container-registry: ghcr.io
container-name: access-nri/build-${{ matrix.package }}-${{ matrix.compiler.name }}${{ matrix.compiler.version }}
container-name: access-nri/build-${{ matrix.package }}-${{ matrix.compiler.name }}${{ matrix.compiler.version }}-${{ github.event.inputs.spack-packages-version }}
dockerfile-directory: containers
dockerfile-name: Dockerfile.build
build-args: |
Expand Down

0 comments on commit 194fff5

Please sign in to comment.