Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Sep 18, 2024
1 parent 2299fa7 commit 6b551d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/client_gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: push

env:
CI: true
ECR_REGISTRY: 324279636507.dkr.ecr.ap-southeast-1.amazonaws.com
GATEWAY_REPOSITORY_NAME: client-gateway
GATEWAY_SCHEDULER_REPOSITORY_NAME: gateway-scheduler

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/media_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Media Proxy
on: push

env:
ECR_REGISTRY: public.ecr.aws/somleng
ECR_REGISTRY: 324279636507.dkr.ecr.ap-southeast-1.amazonaws.com
GHCR_REGISTRY: ghcr.io/somleng
ECR_REPOSITORY: media-proxy

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/public_gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Public Gateway

env:
CI: true
ECR_REGISTRY: 324279636507.dkr.ecr.ap-southeast-1.amazonaws.com
GATEWAY_REPOSITORY_NAME: public-gateway
GATEWAY_SCHEDULER_REPOSITORY_NAME: gateway-scheduler

Expand Down

0 comments on commit 6b551d1

Please sign in to comment.