fix docker build flows
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 22s

This commit is contained in:
2026-01-25 10:41:33 +07:00
parent f62c35681f
commit 0678a1bfb6

View File

@@ -51,7 +51,10 @@ jobs:
context: .
push: true
platforms: linux/amd64
tags: drholy/n8n-ffmpeg-proxy:latest, drholy/n8n-ffmpeg-proxy:v1.0.0
tags: ${{ env.REGISTRY_HOST }}/${{ gitea.actor }}/n8n-ffmpeg-proxy:${{ gitea.sha }}
build-args: |
USER_ID=1000
GROUP_ID=1000
#cache-from: type=registry,ref=drholy/n8n-ffmpeg-proxy:buildcache
#cache-to: type=registry,ref=drholy/n8n-ffmpeg-proxy:buildcache,mode=max
# tags: ${{ steps.meta.outputs.tags }}