mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Factor Docker step into own job
This commit is contained in:
parent
c8e1ad5997
commit
62bd559275
13
.github/workflows/dendrite.yml
vendored
13
.github/workflows/dendrite.yml
vendored
@ -323,9 +323,8 @@ jobs:
|
||||
API: ${{ matrix.api && 1 }}
|
||||
working-directory: complement
|
||||
|
||||
update-docker-images:
|
||||
name: Update Docker images
|
||||
if: github.repository == 'matrix-org/dendrite' && github.ref_name == 'main'
|
||||
integration-tests-done:
|
||||
name: Integration tests passed
|
||||
needs: [initial-tests-done, upgrade_test, sytest, complement]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -333,5 +332,9 @@ jobs:
|
||||
uses: re-actors/alls-green@release/v1
|
||||
with:
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
- name: Dispatch Docker build
|
||||
uses: matrix-org/dendrite/.github/workflows/dendrite.yml@main
|
||||
|
||||
update-docker-images:
|
||||
name: Update Docker images
|
||||
if: github.repository == 'matrix-org/dendrite' && github.ref_name == 'main'
|
||||
needs: [integration-tests-done]
|
||||
uses: matrix-org/dendrite/.github/workflows/dendrite.yml@main
|
||||
|
Loading…
Reference in New Issue
Block a user