[AB-xxx] fixing path for env file loading

This commit is contained in:
Sheldan
2023-12-23 21:05:59 +01:00
parent d10faf4d3d
commit a70ac5aa94

View File

@@ -47,7 +47,7 @@ jobs:
id: dotenv
uses: falti/dotenv-action@v1.0.4
with:
path: ./deployment/installer/.env
path: .env
- name: Push container
run: docker-compose build && docker-compose push
env: