mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03: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} .
|