add option no cache
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 20s

This commit is contained in:
2026-01-25 17:27:30 +07:00
parent fce2cad2fc
commit 4cdf034676

View File

@@ -33,6 +33,7 @@ jobs:
- name: Build and push
run: |
docker buildx build \
--no-cache -t \
--push \
--platform linux/amd64 \
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:${{ env.sha_short }} \