Skip to content

Commit

Permalink
Use right dockerfile for sytest-{synapse,dendrite} (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson authored Sep 15, 2021
1 parent 888762f commit 37c00bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ jobs:
pull: true
push: true
labels: "gitsha1=${{ github.sha }}"
file: docker/base.Dockerfile
build-args: "SYTEST_IMAGE_TAG=${{ matrix.base_image }}"
file: docker/${{ matrix.dockerfile }}.Dockerfile
build-args: "SYTEST_IMAGE_TAG=${{ matrix.sytest_image_tag }}"
tags: ${{ matrix.tags }}

0 comments on commit 37c00bb

Please sign in to comment.