mirror of
https://github.com/element-hq/dendrite.git
synced 2025-03-14 14:15:35 +00:00
Fix identifier
This commit is contained in:
parent
c56b2bfe33
commit
0b22d3252a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
# Build until the "build" stage, this then can be used by other steps.
|
||||
- name: Build "build" image
|
||||
if: github.ref_name == 'main' || github.event_name == 'release'
|
||||
id: docker_build_monolith
|
||||
id: docker_build_cache
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
target: build
|
||||
|
|
Loading…
Add table
Reference in a new issue