Skip to content

Commit

Permalink
bump bake-action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jan 31, 2025
1 parent fdbcaa5 commit 52bc234
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: docker-compose.yml, docker-compose.dev.yml
set: |
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: docker-compose.yml
set: |
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
load: true
files: docker-compose.yml, docker-compose.dev.yml, docker-compose.historian.yml
Expand Down

0 comments on commit 52bc234

Please sign in to comment.