Skip to content

Commit 149474e

Browse files
committed
ci(docker): add concurrency group for docker
Interactions with tags and publishing container images should be purely sequential. Limit job concurrency to prevent any issues with multiple rapid updates to docker components. Signed-off-by: Randolph Sapp <rs@ti.com>
1 parent 3592708 commit 149474e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on: # yamllint disable-line rule:truthy
77
- 'docker/**'
88
- requirements.txt
99

10+
concurrency:
11+
group: docker
12+
cancel-in-progress: true
13+
1014
env:
1115
REGISTRY: ghcr.io
1216
IMAGE_NAME: ${{ github.repository }}

0 commit comments

Comments
 (0)