Update .gitea/workflows/build.yml
Some checks failed
Build and Test / build (push) Failing after 6s

This commit is contained in:
2025-10-09 07:15:35 +00:00
parent 3a62bf8892
commit 69834efeb4

View File

@@ -25,6 +25,9 @@ jobs:
- name: "Generate K8s"
run: curl -o k8s.yml https://n8n.mceasy.cloud/webhook/generator/manifest?type=k8s
- name: "Cat Dockerfile"
run: cat Dockerfile
- name: "Build Docker Image"
run: docker build -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG .