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 d5cadaa commit ff4f05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
touch .env
touch python/.env
echo "${{ secrets.ENV }}" > .env
cat .env > python/.env
cat .env > /python/.env
cat .env
run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ff4f05c

Please sign in to comment.