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 b3b14bd commit ef9b77aCopy full SHA for ef9b77a
.github/workflows/build-kubectl.yml
@@ -32,6 +32,7 @@ jobs:
32
runs-on: ubuntu-latest
33
needs: fetch-data
34
strategy:
35
+ fail-fast: false
36
matrix:
37
tag: ${{ fromJSON(needs.fetch-data.outputs.tags) }}
38
steps:
0 commit comments