Skip to content

Commit

Permalink
ci(actions): setup docker before trying to build
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Oct 3, 2023
1 parent adbc112 commit af73ab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ jobs:
- name: 🤖 Build Project
run: |
pnpm build
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: 🐳 Build Docker Image
run: |
docker compose up --build
Expand Down

0 comments on commit af73ab1

Please sign in to comment.