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] committed Oct 2, 2024
1 parent 69ba7c9 commit dca87d6
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 @@ -100,7 +100,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 @@ -83,7 +83,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 dca87d6

Please sign in to comment.