We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1decd0f commit c1dd819Copy full SHA for c1dd819
.github/workflows/docker-image-upload.yml
@@ -52,7 +52,7 @@ jobs:
52
if: ${{ always() && !(contains(needs.*.result, 'failure')) }}
53
runs-on: ubuntu-latest
54
strategy:
55
- fail-fast: false,
+ fail-fast: false
56
matrix:
57
platform: [amd64, arm64]
58
steps:
0 commit comments