fix ci/cd
Deploy app frontend / app frontend (push) Successful in 1m10s
Deploy service couchdb / service couchdb (push) Successful in 16s
Deploy db-migrations / db-migrations (push) Successful in 56s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 44s

This commit is contained in:
2024-12-03 17:14:33 +02:00
parent e9a2490e83
commit 4d5ff23ef3
3 changed files with 5 additions and 3 deletions
@@ -34,6 +34,8 @@ jobs:
- name: start container
run: DB_MIGRATIONS_TAG=commit-${{env.GITHUB_SHA}} docker compose -p hereconnect up --pull never db-migrations
- name: rename to latest
run: docker tag hereconnect/service-db-migrations:commit-${{env.GITHUB_SHA}} hereconnect/service-db-migrations:latest
- name: cleanup docker image
if: always()