mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 21:02:25 +03:00
Run on main and on release
This commit is contained in:
parent
51f95f7242
commit
1f0d6ea357
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
|
|
||||||
# Build until the "build" stage, this then can be used by other steps.
|
# Build until the "build" stage, this then can be used by other steps.
|
||||||
- name: Build "build" image
|
- name: Build "build" image
|
||||||
if: github.ref_name == 'main'
|
if: github.ref_name == 'main' || github.event_name == 'release'
|
||||||
id: docker_build_monolith
|
id: docker_build_monolith
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue