Merge pull request #33 from Moonlite-Media/adding-no-cache

This commit is contained in:
Darrel Pol 2024-11-05 22:21:38 -06:00 committed by GitHub
commit 5cf43549f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ jobs:
- name: Build and tag Docker image
run: |
# Build the Docker image
docker build -t ${{ secrets.PROD_ECR_URI }}:$IMAGE_TAG .
docker build --no-cache -t ${{ secrets.PROD_ECR_URI }}:$IMAGE_TAG .
# Tag the image as 'latest'
docker tag ${{ secrets.PROD_ECR_URI }}:$IMAGE_TAG ${{ secrets.PROD_ECR_URI }}:latest