From 6b764275a43f08294a67e5179545a8eb6e27f622 Mon Sep 17 00:00:00 2001 From: Piotr Kozimor Date: Thu, 3 Nov 2022 14:37:49 +0100 Subject: [PATCH] Remove update-docker-images step --- .github/workflows/dendrite.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 66382b736..7139824fb 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -271,14 +271,3 @@ jobs: uses: re-actors/alls-green@release/v1 with: 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 }}