Skip to content

Commit

Permalink
deps(deps): update docker/bake-action action to v5.11.0 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 5e47ac2 commit d1a5172
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.10.0
uses: docker/bake-action@v5.11.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.10.0
uses: docker/bake-action@v5.11.0
with:
targets: ${{ env.TARGET }}
files: |
Expand Down

0 comments on commit d1a5172

Please sign in to comment.