Remove wait step

This commit is contained in:
Max Isom 2022-03-13 18:43:38 -04:00
parent 1759b03f06
commit 667894e829
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -70,14 +70,6 @@ jobs:
with:
docker_image: codetheweb/muse
- name: Wait on lint & build
uses: lewagon/wait-on-check-action@v1.1.1
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'