From bf2fca5a40b21e50d82b8f19b27e4bb7580b9db2 Mon Sep 17 00:00:00 2001 From: nl_0 Date: Fri, 6 Dec 2024 17:04:33 +0100 Subject: [PATCH] deploy --- .github/workflows/deploy-catalog.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-catalog.yaml b/.github/workflows/deploy-catalog.yaml index fc4f8aed0fe..69ad0c608dc 100644 --- a/.github/workflows/deploy-catalog.yaml +++ b/.github/workflows/deploy-catalog.yaml @@ -4,6 +4,7 @@ on: push: branches: - master + - tabulator-feature-flag # FIXME: revert paths: - '.github/workflows/deploy-catalog.yaml' - 'catalog/**' @@ -64,5 +65,5 @@ jobs: -t $ECR_REGISTRY_MP/$ECR_REPOSITORY_MP:$IMAGE_TAG \ . docker push $ECR_REGISTRY_PROD/$ECR_REPOSITORY:$IMAGE_TAG - docker push $ECR_REGISTRY_GOVCLOUD/$ECR_REPOSITORY:$IMAGE_TAG - docker push $ECR_REGISTRY_MP/$ECR_REPOSITORY_MP:$IMAGE_TAG + # docker push $ECR_REGISTRY_GOVCLOUD/$ECR_REPOSITORY:$IMAGE_TAG + # docker push $ECR_REGISTRY_MP/$ECR_REPOSITORY_MP:$IMAGE_TAG