mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
8 lines
304 B
Bash
Executable File
8 lines
304 B
Bash
Executable File
#!/bin/bash
|
|
source set_version.sh
|
|
|
|
docker build -t revoltchat/server:${version} . &&
|
|
docker tag revoltchat/server:${version} revoltchat/server:latest &&
|
|
docker push revoltchat/server:${version} &&
|
|
docker push revoltchat/server:latest
|