ci: bump docker/build-push-action from 6 to 7
@@ -69,7 +69,7 @@ jobs:
- name: Build and push the image
id: docker_build
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
with:
context: .
file: Dockerfile.${{ matrix.base }}
@@ -86,7 +86,7 @@ jobs: