build #26

Merged
bizcochito merged 14 commits from build into develop 2024-01-14 13:56:46 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 180acb95e6 - Show all commits

View File

@ -26,7 +26,6 @@ jobs:
with: with:
# list of Docker images to use as base name for tags # list of Docker images to use as base name for tags
images: | images: |
fedi-image-bot/bot-api
git.fai.st/fedi-image-bot/bot-api git.fai.st/fedi-image-bot/bot-api
# generate Docker tags based on the following events/attributes # generate Docker tags based on the following events/attributes
tags: | tags: |

View File

@ -13,6 +13,7 @@
"enforce-unique": "^1.2.0", "enforce-unique": "^1.2.0",
"jest": "^29.7.0", "jest": "^29.7.0",
"supertest": "^6.3.3", "supertest": "^6.3.3",
"@types/compression": "^1.7.5",
"ts-jest": "^29.1.1" "ts-jest": "^29.1.1"
}, },
"peerDependencies": { "peerDependencies": {
@ -25,7 +26,6 @@
"test": "docker compose down -v && docker compose run bot-api bun test" "test": "docker compose down -v && docker compose run bot-api bun test"
}, },
"dependencies": { "dependencies": {
"@types/compression": "^1.7.5",
"compression": "^1.7.4", "compression": "^1.7.4",
"express": "^4.18.2", "express": "^4.18.2",
"express-list-endpoints": "^6.0.0", "express-list-endpoints": "^6.0.0",