Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Jan 24, 2025
1 parent b0e0fc8 commit 2338da2
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 @@ -15,8 +15,9 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build Docker images
uses: docker/bake-action@v4
uses: docker/bake-action@v6
with:
source: .
workdir: .github
targets: backend
set: |
Expand Down Expand Up @@ -60,8 +61,9 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build Docker images
uses: docker/bake-action@v4
uses: docker/bake-action@v6
with:
source: .
workdir: .github
targets: frontend
set: |
Expand Down

0 comments on commit 2338da2

Please sign in to comment.