Skip to content
Snippets Groups Projects
Verified Commit 6c143fc7 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore: Fix spilo spelling

parent 2276dc53
No related branches found
No related tags found
No related merge requests found
Pipeline #19452 passed
...@@ -15,7 +15,7 @@ container-build: ...@@ -15,7 +15,7 @@ container-build:
- findmydevice-server - findmydevice-server
- opentf - opentf
- cowsay - cowsay
- splio - spilo
script: script:
- cd images/${IMAGE} - cd images/${IMAGE}
- | - |
......
File moved
...@@ -6,7 +6,7 @@ container: ...@@ -6,7 +6,7 @@ container:
container-spilo: container-spilo:
FROM ghcr.io/zalando/spilo-15:3.0-p1 FROM ghcr.io/zalando/spilo-15:3.0-p1
ARG registry=quay.io/shivering-isles/splio ARG registry=quay.io/shivering-isles/spilo
COPY .release ./ COPY .release ./
ENV PG_VERSION=$(pg_config --version | sed -e 's/PostgreSQL //' -e 's/\..*//') ENV PG_VERSION=$(pg_config --version | sed -e 's/PostgreSQL //' -e 's/\..*//')
ENV SI_REVISION=$(awk -F'=' '$1 == "release" {print $2}' .release) ENV SI_REVISION=$(awk -F'=' '$1 == "release" {print $2}' .release)
...@@ -21,7 +21,7 @@ container-spilo: ...@@ -21,7 +21,7 @@ container-spilo:
container-pgvectors: container-pgvectors:
FROM +container-spilo FROM +container-spilo
ARG registry=quay.io/shivering-isles/splio ARG registry=quay.io/shivering-isles/spilo
# renovate: datasource=github-releases depName=tensorchord/pgvecto.rs # renovate: datasource=github-releases depName=tensorchord/pgvecto.rs
ARG PG_VECTORS_VERSION=v0.2.0 ARG PG_VECTORS_VERSION=v0.2.0
ARG tag=$PG_VERSION-$(echo $PATRONIVERSION | cut -d'.' -f 1-2)-pg${PG_VECTORS_VERSION}-r${SI_REVISION} ARG tag=$PG_VERSION-$(echo $PATRONIVERSION | cut -d'.' -f 1-2)-pg${PG_VECTORS_VERSION}-r${SI_REVISION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment