Skip to content

Commit 3bf7edc

Browse files
committed
feat(ci): Docker build cache errors in gh-actions
1 parent ed99ed1 commit 3bf7edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
push: false
108108
load: true
109109
tags: ${{ steps.prep.outputs.tagged_image }}
110-
cache-from: type=gha
110+
cache-from: type=gha,ignore-error=true
111111
cache-to: type=gha,mode=max
112112

113113
- name: Docker config setup & Pull docker images

0 commit comments

Comments
 (0)