[#16] tried changing dockerfile to buildkit (WIP)
This commit is contained in:
parent
4950c3660e
commit
7b9bf223c6
3 changed files with 7 additions and 5 deletions
2
build
2
build
|
|
@ -26,7 +26,7 @@ else
|
|||
fi
|
||||
|
||||
# Run the actual build command
|
||||
docker build -t "$1:$tags" .
|
||||
DOCKER_BUILDKIT=1 docker build -t "$1:$tags" .
|
||||
|
||||
if [[ "$2" = push ]]; then
|
||||
[[ "$branch" =~ ^develop|master$ ]] || {
|
||||
|
|
|
|||
Reference in a new issue