Skip to content

Commit

Permalink
Sequential Docker Push
Browse files Browse the repository at this point in the history
  • Loading branch information
avikganguly01 committed May 28, 2023
1 parent 099ac1a commit 8a1aadf
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,7 @@ jobs:
# - slack/notify:
# event: pass
# template: basic_success_1
- run: ./gradlew clean bootJar
# - run: ./gradlew cucumberCli
# run tests! Slack Success/Fail Notification Step
#- run: ./gradlew test
workflows:
build_and_push_image:
jobs:
- build:
context:
- slack
- run: ./gradlew clean bootJar
- aws-ecr/build-and-push-image:
aws-access-key-id: AWS_ACCESS_KEY_ID
aws-secret-access-key: AWS_SECRET_ACCESS_KEY
Expand All @@ -42,4 +33,14 @@ workflows:
repo: phee-bulk-processor
repo-scan-on-push: true
role-arn: arn:aws:iam::419830066942:role/CustomAdmin
tag: latest
tag: latest
# - run: ./gradlew cucumberCli
# run tests! Slack Success/Fail Notification Step
#- run: ./gradlew test
workflows:
build_and_push_image:
jobs:
- build:
context:
- slack

0 comments on commit 8a1aadf

Please sign in to comment.