mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-23 07:33:58 -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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user