Recovered real docker image on docker build script

This commit is contained in:
Alejandro Celaya 2020-07-31 21:25:42 +02:00
parent a7a69506a0
commit 0474b32c34

View File

@ -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