Update .gitea/workflows/build.yaml
All checks were successful
Build & Push / build (push) Successful in 5s

This commit is contained in:
2025-09-27 04:41:09 +00:00
parent d57ce73782
commit 611755c935

View File

@@ -20,6 +20,18 @@ jobs:
- name: "Checking docker version"
run: docker version
- name: "Generate Dockerfile"
run: |
curl -o docker.file https://n8n.mceasy.cloud/webhook/generator/dockerfile
- name: "Check file"
run: |
ls -alth .
- name: "Show file"
run: |
cat docker.file
- name: "Build"
run: |
docker build -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG .