Await tests

This commit is contained in:
Aleksandar Puharic 2022-09-10 22:50:11 +02:00
parent cf5e05b5b4
commit 0e639b6b59
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -27,6 +27,14 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Await successful tests
uses: lewagon/wait-on-check-action@v1.1.2
with:
ref: ${{ github.sha }}
check-name: tests
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 20
-
name: Build and push
uses: docker/bake-action@v2.2.0