Skip to content

Commit

Permalink
Revert "deploy"
Browse files Browse the repository at this point in the history
This reverts commit 09fefa9.
  • Loading branch information
nl0 committed Dec 18, 2024
1 parent a0604d5 commit e41351f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- tabulator-feature-flag # FIXME: revert
paths:
- '.github/workflows/deploy-catalog.yaml'
- 'catalog/**'
Expand Down Expand Up @@ -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

0 comments on commit e41351f

Please sign in to comment.