ci: allow main image matrix jobs to complete

This commit is contained in:
Logesh K
2026-07-15 22:22:12 +05:30
parent 272b37047d
commit 9b2989cbfc
+2 -1
View File
@@ -14,12 +14,13 @@ env:
concurrency:
group: main-docker-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: false
jobs:
build-and-push-main:
name: Build and push main Docker images (with docs)
strategy:
fail-fast: false
matrix:
variant: [debian, alpine]
runs-on: ubuntu-latest