Skip to content

Commit

Permalink
switch back to the ECR image
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelezovartem committed Sep 1, 2022
1 parent 25aa895 commit 966c0b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
secrets:
MERKELY_API_TOKEN: ${{ secrets.MERKELY_API_TOKEN }}
with:
tagged_image: cyberdojo/web:${{ needs.pre-build.outputs.tag }}
tagged_image: 244531986313.dkr.ecr.eu-central-1.amazonaws.com/web:${{ needs.pre-build.outputs.tag }}
AWS_ACCOUNT_ID: 244531986313
AWS_REGION: eu-central-1
gh_actions_iam_role_name: gh_actions_services
Expand All @@ -63,7 +63,7 @@ jobs:
secrets:
MERKELY_API_TOKEN: ${{ secrets.MERKELY_API_TOKEN }}
with:
tagged_image: cyberdojo/web:${{ needs.pre-build.outputs.tag }}
tagged_image: 274425519734.dkr.ecr.eu-central-1.amazonaws.com/web:${{ needs.pre-build.outputs.tag }}
AWS_ACCOUNT_ID: 274425519734
AWS_REGION: eu-central-1
gh_actions_iam_role_name: gh_actions_services
Expand Down

0 comments on commit 966c0b2

Please sign in to comment.