Update docker/build-push-action action to v7 - autoclosed #27

Closed
renovate-bot wants to merge 1 commits from renovate/docker-build-push-action-7.x into main
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ jobs:
type=raw,value=${{ steps.version.outputs.version }},priority=1000
-
name: Build and push
uses: docker/build-push-action@v6.19.2
uses: docker/build-push-action@v7.0.0
with:
context: ${{ matrix.variant.context }}
file: ${{ matrix.variant.dockerfile }}

View File

@@ -65,7 +65,7 @@ jobs:
type=raw,value=${{ steps.version.outputs.version }},priority=1000
-
name: Build Test
uses: docker/build-push-action@v6.19.2
uses: docker/build-push-action@v7.0.0
with:
context: ${{ matrix.variant.context }}
file: ${{ matrix.variant.dockerfile }}