Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
purplelemons-dev authored Jan 8, 2024
1 parent 51fc8a0 commit ddf033c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,16 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Create ENV
run: |
touch .env
touch python/.env
echo ${{ secrets.ENV }} >> .env
echo ${{ secrets.ENV }} >> python/.env
cat .env
- name: Create other ENV
run: |
touch
echo $$
- name: Build the Docker image
run: docker compose -f docker-compose.yml up --build

0 comments on commit ddf033c

Please sign in to comment.