Skip to content

Commit

Permalink
Rename AAO plugin docker image (#11517)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsolo authored Mar 5, 2025
1 parent 5ed74f9 commit 9977104
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/src/commands/@docker-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docker-tag-images:
crm
mri
verified-notifications
anti-abuse-oracle
anti-abuse
)
identity=(
identity-service
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/workflows/discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
- push-docker-image:
name: push-discovery-provider
context: [Vercel, dockerhub]
service: discovery-provider discovery-provider-openresty discovery-provider-notifications trending-challenge-rewards staking relay solana-relay crm mri comms es-indexer verified-notifications anti-abuse-oracle
service: discovery-provider discovery-provider-openresty discovery-provider-notifications trending-challenge-rewards staking relay solana-relay crm mri comms es-indexer verified-notifications anti-abuse
filters:
branches:
only: main
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- push-docker-image:
name: push-discovery-provider
context: [Vercel, dockerhub, slack-secrets]
service: discovery-provider discovery-provider-notifications discovery-provider-openresty trending-challenge-rewards relay solana-relay crm mri staking verified-notifications comms es-indexer anti-abuse-oracle
service: discovery-provider discovery-provider-notifications discovery-provider-openresty trending-challenge-rewards relay solana-relay crm mri staking verified-notifications comms es-indexer anti-abuse
notify_slack_on_failure: true
- commit-audius-docker-compose-and-notify:
context: [slack-secrets, github]
Expand Down
4 changes: 2 additions & 2 deletions dev-tools/compose/docker-compose.pedalboard.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ services:
volumes:
- ${PROJECT_ROOT}:/app

anti-abuse-oracle:
anti-abuse:
user: ${DOCKER_UID:-root}:${DOCKER_GID:-root}
extends:
file: docker-compose.pedalboard.prod.yml
service: anti-abuse-oracle
service: anti-abuse
build:
dockerfile: ${PROJECT_ROOT}/packages/discovery-provider/plugins/pedalboard/docker/Dockerfile.dev
volumes:
Expand Down
4 changes: 2 additions & 2 deletions dev-tools/compose/docker-compose.pedalboard.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ services:
profiles:
- pedalboard

anti-abuse-oracle:
container_name: anti-abuse-oracle
anti-abuse:
container_name: anti-abuse
build:
context: ${PROJECT_ROOT}
dockerfile: ${PROJECT_ROOT}/packages/discovery-provider/plugins/pedalboard/docker/Dockerfile.prod
Expand Down

0 comments on commit 9977104

Please sign in to comment.