Skip to content

Commit

Permalink
Switch to community TimescaleDB
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcdonald committed Apr 24, 2024
1 parent 09b166c commit 3d78e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
IMAGE_NAME=$IMAGE_BASE:$VERSION
LATEST=$IMAGE_BASE:latest
docker build -t $IMAGE_NAME --build-arg ADDITIONAL_LOCALES="nb_NO en_GB" postgres-appliance
docker build -t $IMAGE_NAME --build-arg ADDITIONAL_LOCALES="nb_NO en_GB" --build-arg TIMESCALEDB_APACHE_ONLY=false postgres-appliance
docker tag $IMAGE_NAME $LATEST
docker push $IMAGE_NAME
Expand Down

0 comments on commit 3d78e9a

Please sign in to comment.