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

Merged
luke merged 1 commits from renovate/docker-build-push-action-7.x into main 2026-03-06 20:09:02 +00:00
Showing only changes of commit f948c64c65 - Show all commits

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