From 1c16f406a70b96e8a878dce770b39c9af7f9d949 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 20 Mar 2024 13:06:29 -0400 Subject: [PATCH] remove debug --- .github/workflows/build-staging-and-deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-staging-and-deploy.yml b/.github/workflows/build-staging-and-deploy.yml index e6aa741aa..de659a7f8 100644 --- a/.github/workflows/build-staging-and-deploy.yml +++ b/.github/workflows/build-staging-and-deploy.yml @@ -44,8 +44,6 @@ jobs: context: . file: Dockerfile.standalone-infisical tags: infisical/infisical:test - - name: print env - run: "echo ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest" - name: 🏗️ Build backend and push to docker hub uses: depot/build-push-action@v1 env: