diff --git a/.github/workflows/build_github_arc_docker_production.yml b/.github/workflows/build_github_arc_docker_production.yml index 9f275ae52..7e3c2f877 100644 --- a/.github/workflows/build_github_arc_docker_production.yml +++ b/.github/workflows/build_github_arc_docker_production.yml @@ -52,10 +52,6 @@ jobs: run: | docker push $DOCKER_SLUG:latest && docker push $DOCKER_SLUG:$INFRASTRUCTURE_VERSION - - name: Deploy - run: | - ./scripts/callManifestsRollout.sh -s app=arc,tier=scaleset -t $INFRASTRUCTURE_VERSION -n github-arc-ss - # TODO: Helmfile rollout - name: Generate docker SBOM