Skip to content

Commit

Permalink
do not append UNSTABLE to tag for horizon docker builds (stellar#5196)
Browse files Browse the repository at this point in the history
### What
do not append UNSTABLE to tag for horizon docker builds
even if unstable core is used

### Why
they've decided they want to be able to bundle unstable captivecore
with production horizon, so no point in appending UNSTABLE to the tag

### Testing
will be tested

### Issue addressed by this PR
stellar/ops#2812
  • Loading branch information
mwtzzz authored Feb 7, 2024
1 parent d16cd8a commit 73de95c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions services/horizon/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ SUDO := $(shell docker version >/dev/null 2>&1 || echo "sudo")
BUILD_DATE := $(shell date -u +%FT%TZ)

TAG ?= stellar/stellar-horizon:$(VERSION)
ifeq ($(ALLOW_CORE_UNSTABLE),yes)
TAG := $(TAG)-UNSTABLE
endif

docker-build:
ifndef VERSION
Expand Down

0 comments on commit 73de95c

Please sign in to comment.