Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DakshChan authored Jun 11, 2023
1 parent 2fcaff3 commit 6de26d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
run: |
echo "${{ secrets.FRONTEND_ENV }}" > ./frontend/.env;
echo "${{ secrets.BACKEND_ENV }}" > ./backend/.env;
- name: Rootless Docker
uses: ScribeMD/rootless-docker@0.2.2

- name: compose build
run: docker compose build

Expand Down

0 comments on commit 6de26d3

Please sign in to comment.