fix
Deploy service couchdb / service couchdb (push) Successful in 6s
Deploy db-migrations / db-migrations (push) Failing after 31s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 40s

This commit is contained in:
2024-12-03 17:38:22 +02:00
parent 4210436ca2
commit ae63d634a7
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
run: COUCHDB_TAG=commit-${{env.GITHUB_SHA}} docker compose -p hereconnect build couchdb
- name: start container
run: COUCHDB_TAG=commit-${{env.GITHUB_SHA}} docker compose -p hereconnect up -d --pull never couchdb
run: COUCHDB_TAG=commit-${{env.GITHUB_SHA}} docker compose -p hereconnect up -d --pull never --no-recreate --wait couchdb
- name: rename to latest
run: docker tag hereconnect/service-couchdb:commit-${{env.GITHUB_SHA}} hereconnect/service-couchdb:latest