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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user