Skip to content

Commit

Permalink
Changes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedJannik committed Aug 29, 2024
1 parent 2f2e1c9 commit e9b58c2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/test-aas-registry-kafka-mem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:

aas-registry-kafka-mem:
image: test/aas-registry-kafka-mem:$BASYX_VERSION
container_name: test-aas-registry-kafka-mem
container_name: test_aas_registry_kafka_mem
pull_policy: never
ports:
- "8030:8080"
Expand Down
2 changes: 1 addition & 1 deletion ci/test-aas-registry-kafka-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:

aas-registry-kafka-mongodb:
image: test/aas-registry-kafka-mongodb:$BASYX_VERSION
container_name: test-aas-registry-kafka-mongodb
container_name: test_aas_registry_kafka_mongodb
pull_policy: never
ports:
- "8020:8080"
Expand Down
2 changes: 1 addition & 1 deletion ci/test-aas-registry-log-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:

aas-registry-log-mongodb:
image: test/aas-registry-log-mongodb:$BASYX_VERSION
container_name: test-aas-registry-log-mongodb
container_name: test_aas_registry_log_mongodb
pull_policy: never
ports:
- "8050:8080"
Expand Down
2 changes: 1 addition & 1 deletion ci/test-submodel-registry-kafka-mem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:

submodel-registry-kafka-mem:
image: test/submodel-registry-kafka-mem:$BASYX_VERSION
container_name: test-submodel-registry-kafka-mem
container_name: test_submodel_registry_kafka_mem
pull_policy: never
ports:
- "8035:8080"
Expand Down
2 changes: 1 addition & 1 deletion ci/test-submodel-registry-kafka-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:

submodel-registry-kafka-mongodb:
image: test/submodel-registry-kafka-mongodb:$BASYX_VERSION
container_name: test-submodel-registry-kafka-mongodb
container_name: test_submodel_registry_kafka_mongodb
pull_policy: never
ports:
- "8024:8080"
Expand Down
2 changes: 1 addition & 1 deletion ci/test-submodel-registry-log-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:

submodel-registry-log-mongodb:
image: test/submodel-registry-log-mongodb:$BASYX_VERSION
container_name: test-submodel-registry-log-mongodb
container_name: test_submodel_registry_log_mongodb
pull_policy: never
ports:
- "8053:8080"
Expand Down

0 comments on commit e9b58c2

Please sign in to comment.