Skip to content

Commit

Permalink
deps(deps): update docker/bake-action action to v5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent ae85d3b commit 5aa2b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: 🚀 Bake image and push to docker-hub and GHCR
id: bake
uses: docker/bake-action@v5.9.0
uses: docker/bake-action@v5.10.0
with:
targets: ${{ env.TARGET }}
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: 🧪 Bake image for testing
id: bake
uses: docker/bake-action@v5.9.0
uses: docker/bake-action@v5.10.0
with:
targets: ${{ env.TARGET }}
files: |
Expand Down

0 comments on commit 5aa2b9e

Please sign in to comment.