mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Add Turnstyle
This commit is contained in:
parent
939680d69b
commit
88cd951f9f
5
.github/workflows/publish-image.yml
vendored
5
.github/workflows/publish-image.yml
vendored
|
@ -27,6 +27,11 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Limit concurrent builds to 1
|
||||
uses: softprops/turnstyle@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
|
|
Loading…
Reference in a new issue