adding no cache

This commit is contained in:
Darrel Pol 2024-11-05 22:21:01 -06:00
parent 1a6610d4b9
commit 6a12210249

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