mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 15:22:29 +01:00
Await tests
This commit is contained in:
parent
cf5e05b5b4
commit
0e639b6b59
8
.github/workflows/image.yml
vendored
8
.github/workflows/image.yml
vendored
|
@ -27,6 +27,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
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
|
name: Build and push
|
||||||
uses: docker/bake-action@v2.2.0
|
uses: docker/bake-action@v2.2.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user