ci couchdb
Deploy service couchdb / service couchdb (push) Failing after 5s

This commit is contained in:
2024-12-03 12:37:44 +02:00
parent 811a97a79f
commit f64296dff5
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: start container
env:
COUCHDB_TAG: ${GITHUB_SHA}
COUCHDB_TAG: ${{env.GITHUB_SHA}}
COUCHDB_USER: ${{secrets.COUCHDB_USER}}
COUCHDB_PASSWORD: ${{secrets.COUCHDB_PASSWORD}}
run: |