Skip to content

Commit

Permalink
fix: use docker as service
Browse files Browse the repository at this point in the history
  • Loading branch information
tituschewxj committed Oct 8, 2024
1 parent 9783a05 commit 2933bdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
test:
runs-on: ubuntu-latest

services:
docker:
image: docker:latest
options: --privileged

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Docker
uses: docker/setup-buildx-action@v2 # Sets up Docker Buildx
with:
version: "latest" # Optional, specify a version if needed

- name: Create Environment Files
run: |
cd ./apps/frontend
Expand Down

0 comments on commit 2933bdb

Please sign in to comment.