Ensure docker image pushes are ordered

This commit is contained in:
zikaeroh 2020-09-29 17:23:10 -07:00
parent c26871881c
commit 9f3d6d8d12
1 changed files with 6 additions and 0 deletions

View File

@ -151,6 +151,12 @@ jobs:
echo Version $CODIES_VERSION
echo "::set-env name=CODIES_VERSION::$CODIES_VERSION"
- name: Turnstyle
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: softprops/turnstyle@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build / push image
uses: whoan/docker-build-with-cache-action@v4
with: