Update docker/build-push-action action to v7 - autoclosed #10

Closed
RenovateBot wants to merge 1 commits from renovate/docker-build-push-action-7.x into main
Showing only changes of commit 5a615c5af0 - Show all commits
+1 -1
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