Fix #2314: properly cache docker image build on CI/CD (#2322)

Hopefully this fixes #2314?
pull/2331/head
Disconnect3d 1 year ago committed by GitHub
parent 871324b70c
commit a7962fdf4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,7 +24,6 @@ jobs:
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true
with:
path: ~/.cache/images
key: ${{ matrix.images }}-cache-images-{hash}
- name: Docker Build ${{ matrix.images }}

Loading…
Cancel
Save