Skip to content

Commit

Permalink
try to module load cmake/3.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
artv3 committed Jul 25, 2024
1 parent d967cbb commit 74a22f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tutorial-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: build docker image
run: docker build --build-arg njobs=2 --file containers/tutorial/Dockerfile --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest .
run: |
module load cmake/3.23.1
docker build --build-arg njobs=2 --file containers/tutorial/Dockerfile --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest .
- name: push docker image
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 74a22f0

Please sign in to comment.