bump actions to latest major

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-01-08 11:07:02 +01:00
parent 5ca506d06f
commit 23cff4f49a
4 changed files with 10 additions and 14 deletions

View File

@@ -59,7 +59,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and push
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
push: true
set: |
@@ -80,7 +80,7 @@ to the default Git context:
```yaml
-
name: Build and push
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
source: "{{defaultContext}}:mysubdir"
push: true
@@ -100,7 +100,7 @@ another private repository for remote definitions, you can set the
```yaml
-
name: Build and push
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
push: true
set: |
@@ -135,7 +135,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and push
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
source: .
push: true