Skip to content

Commit

Permalink
added more steps to workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaerbay committed Mar 25, 2022
1 parent b79c3a3 commit 309136a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/push_image_to_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,16 @@ jobs:
docker tag $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:${{ steps.vars.outputs.sha_short }}
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker push $ECR_REGISTRY/$ECR_REPOSITORY:${{ steps.vars.outputs.sha_short }}

# - name: Setup Terraform
# uses: hashicorp/setup-terraform@v1
# with:
# terraform_version: 0.14.10
# - name: Terraform Init
# id: init
# run: terraform init
# working-directory: terraform/prod-working

# - name: Update ecs task definition with new image tags

Binary file added screenshots/.DS_Store
Binary file not shown.

0 comments on commit 309136a

Please sign in to comment.