Skip to content

Commit c20a0cf

Browse files
committed
Make sure directory exists, of course
1 parent ef19bee commit c20a0cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
if: steps.cache-docker.outputs.cache-hit != 'true'
4848
run: |
4949
docker pull ibmcom/db2
50+
mkdir image-cache
5051
docker save -o image-cache/db2.tar ibmcom/db2
5152
- name: Restore container from cache
5253
if: steps.cache-docker.outputs.cache-hit == 'true'

0 commit comments

Comments
 (0)