Skip to content

Commit

Permalink
Rewrite default docker repository for CI deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidalgo3 committed Apr 16, 2024
1 parent 912f6ba commit 15e99db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services:
context: ..
dockerfile: deployment/Dockerfile
environment:
- ACR_STAC_REPO=${ACR_STAC_REPO:-pccomponentstest.azurecr.io/private/planetary-computer-apis/stac}
- ACR_TILER_REPO=${ACR_TILER_REPO:-pccomponentstest.azurecr.io/private/planetary-computer-apis/tiler}
- ACR_STAC_REPO=${ACR_STAC_REPO:-pccomponentstest.azurecr.io/planetary-computer-apis/stac}
- ACR_TILER_REPO=${ACR_TILER_REPO:-pccomponentstest.azurecr.io/planetary-computer-apis/tiler}
- IMAGE_TAG
- GIT_COMMIT

Expand Down

0 comments on commit 15e99db

Please sign in to comment.