fix docker build flows
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 22s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 22s
This commit is contained in:
@@ -51,7 +51,10 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64
|
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-from: type=registry,ref=drholy/n8n-ffmpeg-proxy:buildcache
|
||||||
#cache-to: type=registry,ref=drholy/n8n-ffmpeg-proxy:buildcache,mode=max
|
#cache-to: type=registry,ref=drholy/n8n-ffmpeg-proxy:buildcache,mode=max
|
||||||
# tags: ${{ steps.meta.outputs.tags }}
|
# tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|||||||
Reference in New Issue
Block a user