0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-01 12:08:55 +02:00

Factor Docker step into own job

This commit is contained in:
Neil Alexander 2022-03-25 13:28:20 +00:00 committed by GitHub
parent c8e1ad5997
commit 62bd559275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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