Skip to content

Commit

Permalink
Bump docker/bake-action to v6 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Jan 27, 2025
1 parent 69b717c commit f9f4242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Bake the ${{ matrix.target }} image
uses: docker/bake-action@v4
uses: docker/bake-action@v6
with:
targets: ${{ matrix.target }}
load: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
uses: docker/setup-buildx-action@v3

- name: Build and push the image
uses: docker/bake-action@v4
uses: docker/bake-action@v6
with:
push: true
targets: ${{ inputs.bake_target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Bake the image
uses: docker/bake-action@v4
uses: docker/bake-action@v6
with:
targets: ${{ matrix.target }}
load: true
Expand Down

0 comments on commit f9f4242

Please sign in to comment.