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
@@ -32,7 +32,7 @@ jobs:
run: DB_MIGRATIONS_TAG=commit-${{env.GITHUB_SHA}} docker compose -p hereconnect build db-migrations
- name: start container
run: DB_MIGRATIONS_TAG=commit-${{env.GITHUB_SHA}} docker compose -p hereconnect up --pull never db-migrations
run: DB_MIGRATIONS_TAG=commit-${{env.GITHUB_SHA}} docker compose -p hereconnect up --pull --no-recreate never db-migrations
- name: rename to latest
run: docker tag hereconnect/service-db-migrations:commit-${{env.GITHUB_SHA}} hereconnect/service-db-migrations:latest