chore(deps): update docker/build-push-action action to v7 #367

Merged
alexlebens merged 1 commits from renovate/docker-build-push-action-7.x into main 2026-03-05 23:18:10 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ jobs:
fi fi
- name: Build and Push Image - name: Build and Push Image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: true push: true

View File

@@ -101,7 +101,7 @@ jobs:
fi fi
- name: Build and Push Image - name: Build and Push Image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: true push: true