Update docker/build-push-action action to v7 #9

Open
RenovateBot wants to merge 1 commits from renovate/docker-build-push-action-7.x into main
Showing only changes of commit 46a6ae7eb0 - Show all commits

View File

@@ -17,7 +17,7 @@ jobs:
username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN}}
- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: build/Dockerfile