Skip to content
Snippets Groups Projects
Commit f1ca1d08 authored by Sören Henning's avatar Sören Henning
Browse files

Fix broken Docker tag reference

parent 60cf99df
No related branches found
No related tags found
No related merge requests found
Pipeline #8253 passed
......@@ -38,7 +38,7 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092
benchmark:
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:{THEODOLITE_TAG:-latest}
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:${THEODOLITE_TAG:-latest}
depends_on:
- schema-registry
- kafka
......
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