mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 15:14:36 +00:00
Build docker branch only
This commit is contained in:
parent
833e01a612
commit
df4386f764
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build-and-push.yml
vendored
2
.github/workflows/docker-build-and-push.yml
vendored
|
@ -5,7 +5,7 @@ name: "Docker Multiarch Build & Push"
|
|||
on:
|
||||
push:
|
||||
# types: [published]
|
||||
branches: [master]
|
||||
branches: [docker]
|
||||
|
||||
env:
|
||||
DOCKER_HUB_USER: neilalexander
|
||||
|
|
Loading…
Reference in a new issue