Skip to content

Commit

Permalink
feat: add docker login line for core platform (#1018)
Browse files Browse the repository at this point in the history
Co-authored-by: jakeyheath <[email protected]>
Co-authored-by: Timmy Huang <[email protected]>
  • Loading branch information
3 people authored Jul 3, 2024
1 parent 037c164 commit a6b5196
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-happy-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
uses: docker/login-action@v1
with:
registry: ${{ secrets.ECR_REPO }}
- name: Login to ECR
uses: docker/login-action@v1
with:
registry: ${{ secrets.CORE_PLATFORM_ECR_REPO }}
- uses: actions/checkout@v2
- name: Setup envfile
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/push-rdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
uses: docker/login-action@v1
with:
registry: ${{ secrets.ECR_REPO }}
- name: Login to ECR
uses: docker/login-action@v1
with:
registry: ${{ secrets.CORE_PLATFORM_ECR_REPO }}
- uses: actions/checkout@v2
- name: Install happy
uses: chanzuckerberg/github-actions/.github/actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .infra/rdev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stack:
services:
explorer:
image:
tag: sha-1cad3591
tag: sha-59f8160d
replicaCount: 1
env:
# env vars common to all deployment stages
Expand Down

0 comments on commit a6b5196

Please sign in to comment.