[SIS-xxx] fixing env file loading

This commit is contained in:
Sheldan
2023-08-27 23:31:12 +02:00
parent eb369d9116
commit 888f2bd402
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
id: dotenv
uses: falti/dotenv-action@v1.0.4
with:
path: ./deployment/image-packaging/src/main/docker
path: ./deployment/image-packaging/src/main/docker/.env
- name: Push container
working-directory: ./deployment/image-packaging/src/main/docker
run: docker-compose build && docker-compose push

View File

@@ -1,2 +1,2 @@
REGISTRY_PREFIX=harbor.sheldan.dev/sissi/
VERSION=0.0.1
VERSION=1.4.2