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