From 9f3d6d8d12eecd859ea9c1c6bd12df74794254ad Mon Sep 17 00:00:00 2001 From: zikaeroh <48577114+zikaeroh@users.noreply.github.com> Date: Tue, 29 Sep 2020 17:23:10 -0700 Subject: [PATCH] Ensure docker image pushes are ordered --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7694482..a84035e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: