We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681114d commit aeff0a5Copy full SHA for aeff0a5
1 file changed
.github/workflows/docker-publish.yml
@@ -23,6 +23,7 @@ jobs:
23
build:
24
runs-on: ubuntu-latest
25
strategy:
26
+ fail-fast: false
27
matrix:
28
include:
29
- image_name: docker-image-stm32
@@ -97,7 +98,7 @@ jobs:
97
98
tags: ${{ steps.meta.outputs.tags }}
99
labels: ${{ steps.meta.outputs.labels }}
100
cache-from: type=gha
- cache-to: type=gha,mode=max
101
+ cache-to: type=gha,mode=max,ignore-error=true
102
103
# Sign the resulting Docker image digest except on PRs.
104
# This will only write to the public Rekor transparency log when the Docker
0 commit comments