diff options
| author | Max Isom <[email protected]> | 2022-03-13 18:43:38 -0400 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-03-13 18:43:38 -0400 |
| commit | 667894e829448c140564c553ac438931f1c0a383 (patch) | |
| tree | 246433a44e597c6875cc3330f24e33404191f151 /.github/workflows | |
| parent | 1759b03f06e41f1325f7fc51687065171e13f150 (diff) | |
| download | muse-667894e829448c140564c553ac438931f1c0a383.tar.xz muse-667894e829448c140564c553ac438931f1c0a383.zip | |
Remove wait step
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 44c1d5b..d3fed5e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -70,14 +70,6 @@ jobs: with: docker_image: codetheweb/muse - - name: Wait on lint & build - uses: lewagon/[email protected] - with: - ref: ${{ github.sha }} - check-name: 'Lint & build' - repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 10 - - name: Combine tags run: docker buildx imagetools create $(echo '${{ steps.get-tags.outputs.tag }}' | tr "," "\0" | xargs -0 printf -- '-t %s ') 'codetheweb/muse:${{ github.sha }}-arm64' 'codetheweb/muse:${{ github.sha }}-amd64' |
