update the docker workflow
All checks were successful
build / build (push) Successful in 58s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-02 17:47:45 +03:00
parent 801ec1badc
commit a04cfc2fc3
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -1,8 +1,15 @@
name: Build and publish the docker image name: build
on: on:
push: push:
branches: ["custom"] branches:
- "custom"
paths-ignore:
- "README.md"
- "LICENSE.txt"
- "*.json"
- "docker-compose.example.yml"
- ".prettierrc"
env: env:
REGISTRY: git.ngn.tf REGISTRY: git.ngn.tf