Skip to content

Commit

Permalink
chore(pipelines): component and image name for releases (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
portellaa authored Nov 11, 2022
1 parent addfb62 commit c19b37c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/released.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:


env:
COMPONENT: aws-quota-provider
COMPONENT: aws-adapter
COMPONENT_PATH: distributions/aws/

PRIVATE_ECR_ACCESSKEYID: ${{ secrets.AWS_ECR_ACCESSKEYID }}
PRIVATE_ECR_SECRETACCESSKEY: ${{ secrets.AWS_ECR_SECRETACCESSKEY }}
PRIVATE_ECR_REGION: ${{ secrets.AWS_ECR_REGION }}

DOCKER_REPOSITORY: aws-quota-provider
CONTAINER: aws-quota-provider-container-image
DOCKER_REPOSITORY: aws-adapter
CONTAINER: aws-adapter-container-image



Expand Down

0 comments on commit c19b37c

Please sign in to comment.