66 # type: image
77 # Build aws-otel-collector base image
88 - source : docker.io/amazon/aws-otel-collector:latest
9- target : ghcr.io/cogini /aws-otel-collector:latest
9+ target : ghcr.io/{{ env "IMAGE_OWNER" }} /aws-otel-collector:latest
1010 type : image
1111 - source : docker.io/amazon/aws-otel-collector:v0.47.0
12- target : ghcr.io/cogini /aws-otel-collector:v0.47.0
12+ target : ghcr.io/{{ env "IMAGE_OWNER" }} /aws-otel-collector:v0.47.0
1313 type : image
1414 # Deploy base image
1515 # - source: docker.io/debian:trixie-slim
@@ -21,10 +21,10 @@ sync:
2121 # Test deps
2222 # https://hub.docker.com/_/postgres
2323 - source : docker.io/postgres:latest
24- target : ghcr.io/cogini /pgvector:latest
24+ target : ghcr.io/{{ env "IMAGE_OWNER" }} /pgvector:latest
2525 type : image
2626 - source : docker.io/postgres:18.3-alpine
27- target : ghcr.io/cogini /postgres:18.3-alpine
27+ target : ghcr.io/{{ env "IMAGE_OWNER" }} /postgres:18.3-alpine
2828 type : image
2929 # - source: docker.io/ankane/pgvector:latest
3030 # target: ghcr.io/cogini/pgvector:latest
3535 # TODO: should use newer version from pgvector/pgvector instead of ankane/pgvector
3636 # https://hub.docker.com/r/pgvector/pgvector/tags
3737 - source : docker.io/rabbitmq:3-management
38- target : ghcr.io/cogini /rabbitmq:3-management
38+ target : ghcr.io/{{ env "IMAGE_OWNER" }} /rabbitmq:3-management
3939 type : image
4040 - source : docker.io/rabbitmq:3.13.7-management
41- target : ghcr.io/cogini /rabbitmq:3.13.7-management
41+ target : ghcr.io/{{ env "IMAGE_OWNER" }} /rabbitmq:3.13.7-management
4242 type : image
0 commit comments