Merge pull request #232 from ttionya/dependabot/github_actions/docker/bake-action-7

chore: bump docker/bake-action from 6 to 7
This commit is contained in:
ttionya
2026-03-17 13:23:49 +08:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -56,7 +56,7 @@ jobs:
org.opencontainers.image.version=${{ env.VERSION }}
-
name: Build and push
uses: docker/bake-action@v6
uses: docker/bake-action@v7
env:
VERSION: ${{ env.VERSION }}
with:
@@ -105,7 +105,7 @@ jobs:
org.opencontainers.image.version=${{ env.VERSION }}
-
name: Build and push
uses: docker/bake-action@v6
uses: docker/bake-action@v7
env:
VERSION: ${{ env.VERSION }}
with:
@@ -172,7 +172,7 @@ jobs:
org.opencontainers.image.version=${{ env.VERSION }}
-
name: Build and push
uses: docker/bake-action@v6
uses: docker/bake-action@v7
env:
VERSION: ${{ env.VERSION }}
with:
+2 -2
View File
@@ -37,7 +37,7 @@ jobs:
driver-opts: network=host
-
name: Build base image
uses: docker/bake-action@v6
uses: docker/bake-action@v7
with:
source: .
files: ./docker-bake.hcl
@@ -45,7 +45,7 @@ jobs:
push: true
-
name: Build test image
uses: docker/bake-action@v6
uses: docker/bake-action@v7
with:
source: .
files: ./docker-bake.hcl