We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9217146 commit f3f38d7Copy full SHA for f3f38d7
2 files changed
.github/workflows/master_only.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Handle Cache Miss (pull public ECR image & save it to tar file)
36
if: steps.cache-primes.outputs.cache-hit != 'true'
37
run: |
38
+ mkdir -p ~/cache
39
docker pull public.ecr.aws/lambda/python:3.9
40
docker save public.ecr.aws/lambda/python:3.9 -o ~/cache/lambda_python_3_9.tar
41
- name: Handle Cache Hit (load docker image from tar file)
.github/workflows/pr_integration_tests.yml
@@ -51,6 +51,7 @@ jobs:
51
52
53
54
55
56
57
0 commit comments