Skip to content

Commit

Permalink
update in docker push ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
marOne-mrri committed Feb 7, 2023
1 parent ed7384f commit b14054c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/backend-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ jobs:

- name: Push Docker Image
run: |
# aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${{ secrets.AWS_REGISTRY_URL }}
docker push ${{ secrets.AWS_REGISTRY_URL }}/backend
1 change: 0 additions & 1 deletion .github/workflows/forntend-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ jobs:

- name: Push Docker Image
run: |
# aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${{ secrets.AWS_REGISTRY_URL }}
docker push ${{ secrets.AWS_REGISTRY_URL }}/frontend

0 comments on commit b14054c

Please sign in to comment.