Skip to content

Commit

Permalink
fis: central api pipeline env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Artonus committed Mar 20, 2023
1 parent b18c7fa commit 61b3a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/centralapi_docker_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: build-image
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: ${{ secrets.GATEWAY_REPO_NAME }}
ECR_REPOSITORY: ${{ secrets.CENTRAL_API_REPO_NAME }}
AWS_KEY_ID: ${{ secrets.AWS_APP_KEY_ID }}
AWS_SECRET_KEY: ${{ secrets.AWS_APP_SECRET_KEY }}
IMAGE_TAG: ${{ steps.get_version.outputs.VERSION }}
Expand Down

0 comments on commit 61b3a9b

Please sign in to comment.