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

This commit is contained in:
2026-03-05 22:03:18 +00:00
parent 8bcf56e111
commit f948c64c65

View File

@@ -55,7 +55,7 @@ jobs:
password: ${{ secrets.PACKAGES_REGISTRY_PASSWORD }} password: ${{ secrets.PACKAGES_REGISTRY_PASSWORD }}
- name: Build image - name: Build image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: false push: false