mirror of
https://github.com/librenms/docker.git
synced 2026-07-19 01:27:56 +00:00
Merge pull request #553 from librenms/renovate/docker-bake-action-7.x
chore(deps): update docker/bake-action action to v7
This commit is contained in:
commit
fa7a3a3b71
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
-
|
||||
name: Build
|
||||
uses: docker/bake-action@v6
|
||||
uses: docker/bake-action@v7
|
||||
with:
|
||||
files: |
|
||||
./docker-bake.hcl
|
||||
|
|
|
|||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
-
|
||||
name: Build
|
||||
uses: docker/bake-action@v6
|
||||
uses: docker/bake-action@v7
|
||||
with:
|
||||
source: .
|
||||
targets: image-local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue