From 0474b32c3403d60847385e2b2001633139e1579f Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 31 Jul 2020 21:25:42 +0200 Subject: [PATCH] Recovered real docker image on docker build script --- docker/build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/build b/docker/build index 0302d607..ace00bde 100755 --- a/docker/build +++ b/docker/build @@ -1,10 +1,9 @@ #!/bin/bash -set -e +set -ex PLATFORMS="linux/arm/v7,linux/arm64/v8,linux/amd64" -# PLATFORMS="linux/amd64" -DOCKER_IMAGE="shlinkio/lab" +DOCKER_IMAGE="shlinkio/shlink" # If ref is not develop, then this is a tag. Build that docker tag and also "stable" if [[ "$GITHUB_REF" != *"develop"* ]]; then