Skip to content

Commit

Permalink
build: add TAG_OVERRIDE option for compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 15, 2024
1 parent bf329d0 commit 1e59350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ networks:

services:
splitter:
image: "ghcr.io/hotosm/fmtm-splitter:ci"
image: "ghcr.io/hotosm/fmtm-splitter:${TAG_OVERRIDE:-ci}"
build:
target: ci
container_name: fmtm-splitter
Expand Down

0 comments on commit 1e59350

Please sign in to comment.