Skip to content

Commit

Permalink
now?
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Jan 24, 2025
1 parent dd13ebc commit 059c557
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Build Docker images
uses: docker/bake-action@v6
with:
source: .github
source: .
workdir: .github
targets: backend
set: |
*.cache-to=type=gha,mode=max
Expand Down Expand Up @@ -62,7 +63,8 @@ jobs:
- name: Build Docker images
uses: docker/bake-action@v6
with:
source: .github
source: .
workdir: .github
targets: frontend
set: |
*.cache-to=type=gha,mode=max
Expand Down

0 comments on commit 059c557

Please sign in to comment.