Skip to content

Commit bd92a4a

Browse files
committed
cicd: remove usage of custom docker cache
1 parent 4a585be commit bd92a4a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/continuous_integration.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
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 .
@@ -65,7 +63,6 @@ jobs:
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 }} \
@@ -77,7 +74,6 @@ jobs:
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 }} \

0 commit comments

Comments
 (0)