fix ci/cd
Deploy service couchdb / service couchdb (push) Successful in 22s
Deploy db-migrations / db-migrations (push) Successful in 52s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 1m19s

This commit is contained in:
2024-12-03 18:49:09 +02:00
parent a822296a31
commit 2431347d17
3 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 --no-recreate --wait couchdb
run: COUCHDB_TAG=commit-${{env.GITHUB_SHA}} docker compose -p hereconnect up -d --pull never --wait couchdb
- name: rename to latest
run: docker tag hereconnect/service-couchdb:commit-${{env.GITHUB_SHA}} hereconnect/service-couchdb:latest