Skip to content

Commit

Permalink
build: simply ci compose file to always use ci img
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 4, 2023
1 parent 44ad95d commit bef2c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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:${TAG_OVERRIDE:-ci}"
image: "ghcr.io/hotosm/fmtm-splitter:ci"
build:
target: ci
container_name: fmtm-splitter
Expand All @@ -41,7 +41,7 @@ services:
command: "pytest"

db:
image: "postgis/postgis:${POSTGIS_TAG:-14-3.4-alpine}"
image: "postgis/postgis:14-3.4-alpine"
container_name: fmtm-splitter-db
environment:
- POSTGRES_USER=fmtm
Expand Down

0 comments on commit bef2c0f

Please sign in to comment.