diff options
| author | Max Isom <[email protected]> | 2020-12-03 16:02:51 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2020-12-03 16:02:51 -0500 |
| commit | 88cd951f9f6deb2aa6c163aa575d08f806ccf9df (patch) | |
| tree | af7bf378be34705e52065c9d1faeac20c136b241 /.github | |
| parent | 939680d69b1baa740720f69624b89738cce23fcb (diff) | |
| download | muse-88cd951f9f6deb2aa6c163aa575d08f806ccf9df.tar.xz muse-88cd951f9f6deb2aa6c163aa575d08f806ccf9df.zip | |
Add Turnstyle
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish-image.yml | 5 |
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 |
