Skip to content

Commit

Permalink
Update docker-build-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
okemghou authored Nov 5, 2024
1 parent 5b641b6 commit ab44746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:

# Create .env file for build
- name: Creating .env file
run: echo "$ENV_TEXT" > ./front_end/.env
run: echo "$ENV_TEXT" > ./frontend/.env
env:
ENV_TEXT: ${{vars.ENV_TEXT}}

Expand Down

0 comments on commit ab44746

Please sign in to comment.