Skip to content

Commit 4bbe628

Browse files
fix container list
enable stopping on update (concurrency)
1 parent e309a68 commit 4bbe628

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on:
55
release:
66
types:
77
- published
8-
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
bases:
1115
name: Base images
@@ -14,8 +18,8 @@ jobs:
1418
strategy:
1519
fail-fast: false
1620
matrix:
17-
container: [centos8-base, alma9-base, ubuntu20-base, ubuntu22-base, ubuntu24-base
18-
alma9-apptainer]
21+
container: [centos8-base, alma9-base, ubuntu20-base, ubuntu22-base, ubuntu24-base,
22+
alma9-apptainer]
1923

2024
steps:
2125
- name: Dump job context

0 commit comments

Comments
 (0)