edit docker workflow
Some checks failed
Build, Push and Redeploy Docker Image / build-and-push (push) Failing after 12s

This commit is contained in:
2026-02-05 23:01:08 +07:00
parent 6b20fe52f6
commit ff63f8bd12

View File

@@ -36,8 +36,8 @@ jobs:
--no-cache \ --no-cache \
--push \ --push \
--platform linux/amd64 \ --platform linux/amd64 \
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:${{ env.sha_short }} \ --tag ${{ env.REGISTRY_HOST }}/drholy/ollama-docker:${{ env.sha_short }} \
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:latest \ --tag ${{ env.REGISTRY_HOST }}/drholy/ollama-docker:latest \
--push \ --push \
. .