Skip to content

Commit aeff0a5

Browse files
committed
ci(docker): tolerate cache export failures
1 parent 681114d commit aeff0a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
build:
2424
runs-on: ubuntu-latest
2525
strategy:
26+
fail-fast: false
2627
matrix:
2728
include:
2829
- image_name: docker-image-stm32
@@ -97,7 +98,7 @@ jobs:
9798
tags: ${{ steps.meta.outputs.tags }}
9899
labels: ${{ steps.meta.outputs.labels }}
99100
cache-from: type=gha
100-
cache-to: type=gha,mode=max
101+
cache-to: type=gha,mode=max,ignore-error=true
101102

102103
# Sign the resulting Docker image digest except on PRs.
103104
# This will only write to the public Rekor transparency log when the Docker

0 commit comments

Comments
 (0)