build: add script to deploy docker container to gitea registry

This commit is contained in:
2025-06-29 13:28:37 +03:00
parent be3cee8e3c
commit 9335d69d88
2 changed files with 61 additions and 0 deletions

View File

@ -12,6 +12,9 @@
# Ignore local log directories if they are created.
/log
# Ignore developer tooling scripts
/scripts
# Ignore git history and local git configuration.
.git
.gitignore