Skip to content

Commit

Permalink
Modify : No tagging when push dockerfile to ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
Taein2 authored Oct 8, 2023
1 parent e4e9828 commit fcd469a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/core-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,5 @@ jobs:
uses: aws-actions/amazon-ecr-login@v1

- name: Publish Image to ECR(CORE-SERVICE)
run: |
docker tag core-service:latest ${{ env.ecr_url }}
docker push ${{ env.ecr_url }}
run: docker push core-service:latest

0 comments on commit fcd469a

Please sign in to comment.