From 9fb32acf6d42b090e6cdd1b6d37061d2c666e90b Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Thu, 30 Nov 2023 18:02:18 +0530 Subject: [PATCH] =?UTF-8?q?ci(staging-deployment):=20=E2=9C=8F=EF=B8=8F=20?= =?UTF-8?q?fix=20command=20to=20pull=20latest=20schema=20migrator=20image?= =?UTF-8?q?=20(#4123)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Shahi --- .github/workflows/staging-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-deployment.yaml b/.github/workflows/staging-deployment.yaml index b201eb9f64..ed13dc00e1 100644 --- a/.github/workflows/staging-deployment.yaml +++ b/.github/workflows/staging-deployment.yaml @@ -29,7 +29,7 @@ jobs: export PATH="/usr/local/go/bin/:$PATH" # needed for Golang to work docker system prune --force docker pull signoz/signoz-otel-collector:main - docker pull signoz/signoz/signoz-schema-migrator:main + docker pull signoz/signoz-schema-migrator:main cd ~/signoz git status git add .