Skip to content

Commit

Permalink
Passing context from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
avikganguly01 committed May 28, 2023
1 parent 8a1aadf commit 1ccb401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- aws-ecr/build-and-push-image:
aws-access-key-id: AWS_ACCESS_KEY_ID
aws-secret-access-key: AWS_SECRET_ACCESS_KEY
context: AWS
# context: AWS
extra-build-args: '--compress'
push-image: true
region: ap-south-1
Expand All @@ -42,5 +42,6 @@ workflows:
jobs:
- build:
context:
- AWS
- slack

0 comments on commit 1ccb401

Please sign in to comment.