mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-23 20:13:20 +00:00
c9b4fa16fd
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
8 lines
136 B
Bash
Executable File
8 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
version=$(git rev-parse HEAD)
|
|
|
|
echo "Building version: $version"
|
|
|
|
docker build -t "$1" -t "$1:$version" ${DOCKER_EXTRA} .
|