Skip to content

Commit

Permalink
build and publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Jan 9, 2024
1 parent 55dbdbc commit 5e4f848
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@ jobs:
steps:
- name: Push image to Amazon ECR
id: push-image
env:
IMAGE_TAG: ${{ needs.build.outputs.image }}
run: |
# push image to aws ecr
docker push $IMAGE_TAG
echo image [${{needs.build.outputs.image}}]
docker push ${{ needs.build.outputs.image }}

0 comments on commit 5e4f848

Please sign in to comment.