erase docker repo from build file
Unit Tests with docker compose / unit-test (push) Successful in 39s Details
Build image / build (push) Successful in 1m50s Details

This commit is contained in:
Alie 2024-01-14 13:31:47 +01:00
parent bccfcc680a
commit 180acb95e6
2 changed files with 1 additions and 2 deletions

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",