Skip to content

Commit d572e60

Browse files
committed
fix: revert max parallel jobs to 1 in Docker publish workflow
1 parent 764a960 commit d572e60

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
build-and-push:
99
runs-on: ubuntu-latest
1010
strategy:
11-
fail-fast: false
12-
max-parallel: 2
11+
max-parallel: 1
1312
matrix:
1413
asterisk_version: [ master, 23, 22, 21 ]
1514
base_version: [ 9-minimal ]

0 commit comments

Comments
 (0)