From 429175936af1889127af879f03086ed5ce185343 Mon Sep 17 00:00:00 2001 From: "alireza.baloochi1380@gmail.com" Date: Mon, 5 Aug 2024 21:10:01 +0330 Subject: [PATCH] fix image name --- .github/workflows/healthchecks_kafka_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/healthchecks_kafka_ci.yml b/.github/workflows/healthchecks_kafka_ci.yml index f462f069d3..fb0f93ed74 100644 --- a/.github/workflows/healthchecks_kafka_ci.yml +++ b/.github/workflows/healthchecks_kafka_ci.yml @@ -30,11 +30,11 @@ jobs: runs-on: ubuntu-latest services: zookeeper: - image: confluentinc/zookeeper:latest + image: confluentinc/cp-zookeeper:latest ports: - 2181:2181 kafka: - image: confluentinc/kafka:latest + image: confluentinc/cp-kafka:latest ports: - 9092:9092 env: