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,12 +33,13 @@ jobs:
- name: Build and push - name: Build and push
run: | run: |
docker buildx build \ docker buildx build \
--no-cache -t \
--push \ --push \
--platform linux/amd64 \ --platform linux/amd64 \
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:${{ env.sha_short }} \ --tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:${{ env.sha_short }} \
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:latest \ --tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:latest \
. .
- name: Redeploy stack in Portainer - name: Redeploy stack in Portainer
run: | run: |
curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}" curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}"