Add Turnstyle

This commit is contained in:
Max Isom 2020-12-03 16:02:51 -05:00
parent 939680d69b
commit 88cd951f9f
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -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