mirror of
https://github.com/mgerb/ServerStatus
synced 2026-01-08 10:32:48 +00:00
6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
version=$(git describe --tags)
|
|
|
|
docker push mgerb/server-status:latest;
|
|
docker push mgerb/server-status:$version;
|
|
|