Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aliavni committed Apr 19, 2024
1 parent ee44a12 commit 10b82fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Build the docker-compose stack
env:
ENV_FILE_CONTENTS: ${{ secrets.ENV_FILE_CONTENTS }}
LAB_HOME: /home/jovyan
run: |
touch /home/runner/work/docker/docker/.env && \
echo ${ENV_FILE_CONTENTS} >> /home/runner/work/docker/docker/.env && \
source /home/runner/work/docker/docker/.env && \
docker compose --env-file /home/runner/work/docker/docker/.env up -d --build

0 comments on commit 10b82fd

Please sign in to comment.