Skip to content

Commit aa00433

Browse files
committed
chore: try caching
1 parent 4f1f3ed commit aa00433

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-global-renkulab-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ jobs:
5050
RUN_IMAGE=${{ env.RUN_IMAGE }} \
5151
BUILDER=${{ env.BUILDER_IMAGE }} \
5252
PUBLISH=1 \
53+
EXTRA_FLAGS="--cache-image ${{ env.DOCKER_PREFIX }}/py-${{ matrix.FLAVOR }}-${{ matrix.FRONTEND }}-cache:latest" \
5354
make -C global-images ${{ matrix.FLAVOR }}

global-images/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ basic datascience:
2929
--env BP_RENKU_FRONTENDS=$(FRONTEND) \
3030
--tag $$TAGS \
3131
$$PUBLISH_FLAG \
32+
$$EXTRA_FLAGS

0 commit comments

Comments
 (0)