Skip to content

Commit

Permalink
Fix docker bake invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Nov 7, 2023
1 parent 1d54842 commit 0a73beb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build the Docker images
uses: docker/bake-action@v2.3.0
uses: docker/bake-action@v4
with:
files: docker-compose.yml
load: true
Expand Down

0 comments on commit 0a73beb

Please sign in to comment.