fix ci/cd
Deploy service couchdb / service couchdb (push) Successful in 11s
Deploy db-migrations / db-migrations (push) Successful in 48s

This commit is contained in:
2024-12-03 14:12:57 +02:00
parent ba073898bc
commit a6d492f39e
2 changed files with 2 additions and 1 deletions
@@ -24,6 +24,7 @@ jobs:
COUCHDB_USER: ${{secrets.COUCHDB_USER}}
COUCHDB_PASSWORD: ${{secrets.COUCHDB_PASSWORD}}
run: COUCHDB_TAG=${{env.GITHUB_SHA}} docker compose -p hereconnect up -d --pull never couchdb
- name: rename to latest
run: docker tag hereconnect/service-couchdb:${{env.GITHUB_SHA}} hereconnect/service-couchdb:latest