feat: new CI pipeline [skip ci]

This commit is contained in:
Paul Makles
2022-06-02 11:14:22 +01:00
parent f1dd7d2c78
commit 6336b254c5
5 changed files with 28 additions and 27 deletions

7
build.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Build base image
docker build -t revolt.chat/base:latest -f Dockerfile .
# Build crates
docker build -t revolt.chat/delta:latest -f crates/delta/Dockerfile .
docker build -t revolt.chat/bonfire:latest -f crates/bonfire/Dockerfile .