mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-08 07:23:10 -06:00
Remove update-docker-images step
This commit is contained in:
parent
d2721839b8
commit
6b764275a4
11
.github/workflows/dendrite.yml
vendored
11
.github/workflows/dendrite.yml
vendored
|
|
@ -271,14 +271,3 @@ jobs:
|
||||||
uses: re-actors/alls-green@release/v1
|
uses: re-actors/alls-green@release/v1
|
||||||
with:
|
with:
|
||||||
jobs: ${{ toJSON(needs) }}
|
jobs: ${{ toJSON(needs) }}
|
||||||
|
|
||||||
update-docker-images:
|
|
||||||
name: Update Docker images
|
|
||||||
permissions:
|
|
||||||
packages: write
|
|
||||||
contents: read
|
|
||||||
if: github.repository == 'matrix-org/dendrite' && github.ref_name == 'main'
|
|
||||||
needs: [integration-tests-done]
|
|
||||||
uses: matrix-org/dendrite/.github/workflows/docker.yml@main
|
|
||||||
secrets:
|
|
||||||
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue