- update github actions

- update docker build
- move default database to /app/data (#179)
- move config file location to /app/config
This commit is contained in:
Christoph Haas
2023-10-26 12:42:18 +02:00
parent 6284bc8a01
commit 248518d239
8 changed files with 45 additions and 40 deletions

View File

@@ -55,7 +55,7 @@ jobs:
fi
working_directory: ~/repo
docker:
- image: cimg/go:1.20-node
- image: cimg/go:1.21-node
workflows:
build-and-release: