Skip to content

Commit

Permalink
Keep .git dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Jul 31, 2024
1 parent 2713fd5 commit cb74ea4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
BUILDKIT_CONTEXT_KEEP_GIT_DIR=true
-
name: Build and push MPICH
uses: docker/build-push-action@v5
Expand All @@ -75,3 +77,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}_MPICH
labels: ${{ steps.meta.outputs.labels }}
file: ./Dockerfile.mpich
build-args: |
BUILDKIT_CONTEXT_KEEP_GIT_DIR=true

0 comments on commit cb74ea4

Please sign in to comment.