Skip to content

Commit a9ec801

Browse files
committed
👷 add concurrency control to docker.yml workflow to prevent overlapping runs
1 parent f79bf8a commit a9ec801

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ defaults:
66
run:
77
shell: bash
88

9+
concurrency:
10+
group: docker-${{ github.ref }}
11+
cancel-in-progress: false
12+
913
jobs:
1014
push_to_registry:
1115
name: Push Docker image to Docker Hub

0 commit comments

Comments
 (0)