updating deps
All checks were successful
Build and push image / deploy (push) Has been cancelled

This commit is contained in:
2023-10-13 10:17:44 +01:00
parent 40bd6f7e7f
commit 50d46ab835
7 changed files with 450 additions and 419 deletions

View File

@@ -1,4 +1,4 @@
poetry export --without-hashes -f requirements.txt --output requirements.txt
$version=poetry version -s
docker build . --no-cache -t ajurna/cbwebreader -t ajurna/cbwebreader:$version
docker push ajurna/cbwebreader --all-tags
docker build . -t ajurna/cbwebreader -t ajurna/cbwebreader:$version
docker push ajurna/cbwebreader --all-tags