Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Umi007 authored Jun 21, 2024
1 parent 439744c commit ea95951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 471112786669.dkr.ecr.us-east-1.amazonaws.com

- name: Build Docker image
run: docker build -t socialites-app .
run: docker build --no-cache -t socialites-app .

- name: Tag Docker image
run: docker tag socialites-app:latest 471112786669.dkr.ecr.us-east-1.amazonaws.com/socialites-app:latest
Expand Down

0 comments on commit ea95951

Please sign in to comment.