fix 15
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 17s

This commit is contained in:
2026-01-25 11:07:32 +07:00
parent f0917f9bbd
commit 8280cccc2d

View File

@@ -61,8 +61,8 @@ jobs:
docker buildx build \ docker buildx build \
--push \ --push \
--platform linux/amd64 \ --platform linux/amd64 \
--tag git.home:5000/drholy/n8n-ffmpeg-proxy:${GITHUB_SHA} \ --tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:${GITHUB_SHA} \
--tag git.home:5000/drholy/n8n-ffmpeg-proxy:latest \ --tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:latest \
. .