Skip to content

Commit

Permalink
CI: use image_tag for deployment kosli-dev/server#530
Browse files Browse the repository at this point in the history
  • Loading branch information
Ewelina Wilkosz committed Dec 13, 2022
1 parent 9bbd2af commit 3d7f480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
with:
tagged_image: 244531986313.dkr.ecr.eu-central-1.amazonaws.com/exercises-start-points:${{ needs.pre-build.outputs.tag }}
tagged_image: 244531986313.dkr.ecr.eu-central-1.amazonaws.com/exercises-start-points:${{ needs.pre-build.outputs.image_tag }}
AWS_ACCOUNT_ID: 244531986313
AWS_REGION: eu-central-1
gh_actions_iam_role_name: gh_actions_services
Expand All @@ -59,7 +59,7 @@ jobs:
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
with:
tagged_image: 274425519734.dkr.ecr.eu-central-1.amazonaws.com/exercises-start-points:${{ needs.pre-build.outputs.tag }}
tagged_image: 274425519734.dkr.ecr.eu-central-1.amazonaws.com/exercises-start-points:${{ needs.pre-build.outputs.image_tag }}
AWS_ACCOUNT_ID: 274425519734
AWS_REGION: eu-central-1
gh_actions_iam_role_name: gh_actions_services
Expand Down

0 comments on commit 3d7f480

Please sign in to comment.