mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
checkout source -> Dockerfile (#2300)
* make build_docker job dependent on build_element_call * checkout source -> Dockerfile
This commit is contained in:
parent
545034d26f
commit
3c3150a6b6
3
.github/workflows/docker-pr.yaml
vendored
3
.github/workflows/docker-pr.yaml
vendored
@ -23,6 +23,9 @@ jobs:
|
||||
permissions:
|
||||
deployments: write
|
||||
steps:
|
||||
- name: Check it out
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 📥 Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user