aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2020-12-03 16:02:51 -0500
committerMax Isom <[email protected]>2020-12-03 16:02:51 -0500
commit88cd951f9f6deb2aa6c163aa575d08f806ccf9df (patch)
treeaf7bf378be34705e52065c9d1faeac20c136b241 /.github/workflows
parent939680d69b1baa740720f69624b89738cce23fcb (diff)
downloadmuse-88cd951f9f6deb2aa6c163aa575d08f806ccf9df.tar.xz
muse-88cd951f9f6deb2aa6c163aa575d08f806ccf9df.zip
Add Turnstyle
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish-image.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml
index 8fcddc4..5895d01 100644
--- a/.github/workflows/publish-image.yml
+++ b/.github/workflows/publish-image.yml
@@ -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