adding no cache. because why not

This commit is contained in:
Darrel Pol 2024-11-22 21:26:12 -06:00
parent 34d31a86db
commit 549fcb64e9

View file

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