Docker job shouldn't require test, we'll make sure the tests run in some other way.
This commit is contained in:
parent
2e86deb862
commit
086eb54555
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
name: docker build
|
name: docker build
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs:
|
|
||||||
- test
|
|
||||||
steps:
|
steps:
|
||||||
- uses: docker/login-action@v3
|
- uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue