We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1f3ed commit aa00433Copy full SHA for aa00433
2 files changed
.github/workflows/build-global-renkulab-images.yml
@@ -50,4 +50,5 @@ jobs:
50
RUN_IMAGE=${{ env.RUN_IMAGE }} \
51
BUILDER=${{ env.BUILDER_IMAGE }} \
52
PUBLISH=1 \
53
+ EXTRA_FLAGS="--cache-image ${{ env.DOCKER_PREFIX }}/py-${{ matrix.FLAVOR }}-${{ matrix.FRONTEND }}-cache:latest" \
54
make -C global-images ${{ matrix.FLAVOR }}
global-images/Makefile
@@ -29,3 +29,4 @@ basic datascience:
29
--env BP_RENKU_FRONTENDS=$(FRONTEND) \
30
--tag $$TAGS \
31
$$PUBLISH_FLAG \
32
+ $$EXTRA_FLAGS
0 commit comments