Merge pull request #220 from docker/dependabot/github_actions/docker/build-push-action-7

build(deps): bump docker/build-push-action from 6 to 7
This commit is contained in:
CrazyMax
2026-03-06 11:05:04 +01:00
committed by GitHub

View File

@@ -166,7 +166,7 @@ jobs:
driver-opts: network=host driver-opts: network=host
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: ./test context: ./test
push: true push: true
@@ -205,7 +205,7 @@ jobs:
driver-opts: network=host driver-opts: network=host
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: ./test context: ./test
push: true push: true