Skip to content

Commit

Permalink
Correction CICD DEV #5
Browse files Browse the repository at this point in the history
  • Loading branch information
ingcloud-fr committed Aug 2, 2024
1 parent f38b818 commit a8578ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
#IMAGE_TAG: ${{ github.sha }}
IMAGE_TAG: latest
run: |
# docker build -t $IMAGE_URI .
# docker push $IMAGE_URI
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
Expand Down

0 comments on commit a8578ca

Please sign in to comment.