File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 run : |
2727 DOCKER_BUILDKIT=1 docker buildx build \
2828 --builder=container \
29- --cache-from type=local,src=/home/bob/products/bitpit/ubuntu-cache \
30- --cache-to type=local,dest=/home/bob/products/bitpit/ubuntu-cache \
3129 --rm \
3230 --target bitpit-environment \
3331 -f bitpit/environments/ubuntu/Dockerfile .
6563 run : |
6664 DOCKER_BUILDKIT=1 docker buildx build \
6765 --builder=container \
68- --cache-from type=local,src=/home/bob/products/bitpit/ubuntu-cache \
6966 --rm \
7067 --build-arg COMPILER=${{ matrix.compiler }} \
7168 --build-arg MPI=${{ matrix.mpi }} \
7774 run : |
7875 DOCKER_BUILDKIT=1 docker buildx build \
7976 --builder=container \
80- --cache-from type=local,src=/home/bob/products/bitpit/ubuntu-cache \
8177 --rm \
8278 --build-arg COMPILER=${{ matrix.compiler }} \
8379 --build-arg MPI=${{ matrix.mpi }} \
You can’t perform that action at this time.
0 commit comments