Skip to content

Commit

Permalink
bake action v5
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Jul 12, 2024
1 parent cba69a1 commit 17dfb67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:

- name: Build
id: bake
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
workdir: docker
files: |
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:

- name: Build
id: bake
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
workdir: docker
files: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/other-java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:

- name: Build
id: bake
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
workdir: docker
files: |
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:

- name: Build
id: bake
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
workdir: docker
files: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tags-java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Build
id: bake
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
workdir: docker
files: |
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:

- name: Build
id: bake
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
workdir: docker
files: |
Expand Down

0 comments on commit 17dfb67

Please sign in to comment.