diff --git a/.github/workflows/deploy-catalog.yaml b/.github/workflows/deploy-catalog.yaml index 436205cd9ec..fc4f8aed0fe 100644 --- a/.github/workflows/deploy-catalog.yaml +++ b/.github/workflows/deploy-catalog.yaml @@ -4,7 +4,6 @@ on: push: branches: - master - - qurator-dev-tools # FIXME: revert paths: - '.github/workflows/deploy-catalog.yaml' - 'catalog/**' @@ -65,5 +64,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