Skip to content

Commit 3782945

Browse files
authored
Update docker-publish.yml
Disable concurrency of multiple image builders
1 parent 7839ed3 commit 3782945

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ env:
2121
# github.repository as <account>/<repo>
2222
IMAGE_NAME: ${{ github.repository }}
2323

24+
25+
concurrency:
26+
group: ${{ github.workflow }}-${{ github.ref }}
27+
cancel-in-progress: true
2428

2529
jobs:
2630
build:

0 commit comments

Comments
 (0)