ci couchdb
Deploy service couchdb / service couchdb (push) Failing after 5s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 39s

This commit is contained in:
2024-12-03 12:34:50 +02:00
parent 61145370e8
commit 0c389ba6fe
2 changed files with 8 additions and 4 deletions
@@ -32,6 +32,10 @@ jobs:
- name: build docker image
run: |
docker build --file services/message-delivery-method-web-push/Dockerfile -t hereconnect/service-message-delivery-method-web-push:${{env.GITHUB_SHA}} build/service-message-delivery-method-web-push
- name: start container
# tag latest
run: |
docker tag hereconnect/service-message-delivery-method-web-push:${{env.GITHUB_SHA}} hereconnect/service-message-delivery-method-web-push:latest
- name: cleanup build directories