fix: add no-cache to docker build-push-action to prevent stale nginx config cache (CAR-265)

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
cartsnitch-engineer[bot]
2026-03-25 06:48:36 +00:00
committed by GitHub
parent fc689a3f90
commit cb1d926fc4
+1
View File
@@ -102,6 +102,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
target: prod
no-cache: true
- name: Create git tag
if: github.event_name == 'push' && github.ref == 'refs/heads/main'