mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-23 15:40:33 -06:00
Recovered real docker image on docker build script
This commit is contained in:
parent
a7a69506a0
commit
0474b32c34
@ -1,10 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
PLATFORMS="linux/arm/v7,linux/arm64/v8,linux/amd64"
|
PLATFORMS="linux/arm/v7,linux/arm64/v8,linux/amd64"
|
||||||
# PLATFORMS="linux/amd64"
|
DOCKER_IMAGE="shlinkio/shlink"
|
||||||
DOCKER_IMAGE="shlinkio/lab"
|
|
||||||
|
|
||||||
# If ref is not develop, then this is a tag. Build that docker tag and also "stable"
|
# If ref is not develop, then this is a tag. Build that docker tag and also "stable"
|
||||||
if [[ "$GITHUB_REF" != *"develop"* ]]; then
|
if [[ "$GITHUB_REF" != *"develop"* ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user