nocache build
Some checks failed
Docker Deploy / build-and-deploy (push) Failing after 43s

This commit is contained in:
sam
2026-02-06 17:37:13 +00:00
parent 4a1e0c4f25
commit 642cb0b18b

View File

@@ -10,7 +10,7 @@ jobs:
- name: Build Docker Image
run: |
docker build -t my-jiodown-app:latest .
docker build --no-cache -t my-jiodown-app:latest .
# - name: Remove Old Container
# run: |