From 8d5dc3928b225fef76841359aedf1430754af9cb Mon Sep 17 00:00:00 2001 From: Cristina Mariscal Date: Thu, 25 May 2023 02:20:01 -0600 Subject: [PATCH] Avoid publishing sidekiq docker image into ECR --- .github/workflows/deploy_production.yml | 10 ---------- .github/workflows/deploy_staging.yml | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/.github/workflows/deploy_production.yml b/.github/workflows/deploy_production.yml index 6f6a1f69da583..b4fb66ef4dc93 100644 --- a/.github/workflows/deploy_production.yml +++ b/.github/workflows/deploy_production.yml @@ -25,16 +25,6 @@ jobs: ECR_REPOSITORY: conversations/birdwoot/production/birdwootmain DOCKERFILE_PATH: docker/Dockerfile SSM_VUE_APP_VERSION: /conversations/birdwoot/production/taskdefinition/environment/vue-app-version - - - name: Build and publish Docker image into AWS ECR for Sidekiq - uses: ./.github/actions/deployment/push-image-ecr - with: - BRANCH: trunk - AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_PRODUCTION }} - AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_PRODUCTION }} - ECR_REGISTRY: 663605677942.dkr.ecr.us-east-1.amazonaws.com - ECR_REPOSITORY: conversations/birdwoot/production/sidekiq - DOCKERFILE_PATH: docker/dockerfiles/sidekiq.Dockerfile # Send status notification - name: Build Slack notification payload diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index 31e94efa3c420..07d0dc7c7dce3 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -25,16 +25,6 @@ jobs: ECR_REPOSITORY: conversations/birdwoot/staging/birdwootmain DOCKERFILE_PATH: docker/Dockerfile SSM_VUE_APP_VERSION: /conversations/birdwoot/staging/taskdefinition/environment/vue-app-version - - - name: Build and publish Docker image into AWS ECR for Sidekiq - uses: ./.github/actions/deployment/push-image-ecr - with: - BRANCH: develop - AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_STAGING }} - AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_STAGING }} - ECR_REGISTRY: 823532849758.dkr.ecr.us-east-1.amazonaws.com - ECR_REPOSITORY: conversations/birdwoot/staging/sidekiq - DOCKERFILE_PATH: docker/dockerfiles/sidekiq.Dockerfile # Send status notification - name: Build Slack notification payload