Skip to content

Commit

Permalink
modif cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
ingcloud-fr committed Aug 1, 2024
1 parent 6ebf7bf commit f712e73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:

- name: Build, tag, and push Docker image
env:
IMAGE_URI: ${{ steps.login-ecr.outputs.registry }}/twitter_light:latest
#IMAGE_URI: ${{ steps.login-ecr.outputs.registry }}/twitter_light:latest
IMAGE_URI: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-west-3.amazonaws.com/twitter_light:latest
run: |
docker build -t $IMAGE_URI .
docker push $IMAGE_URI
Expand Down

0 comments on commit f712e73

Please sign in to comment.