chore(deps): update docker/build-push-action action to v6 #11

Merged
matthias merged 1 commits from renovate/docker-build-push-action-6.x into main 2025-11-21 22:04:17 +00:00
Showing only changes of commit 518daa5b4e - Show all commits
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
username = "${{ secrets.DOCKER_USERNAME }}"
password = "${{ secrets.DOCKER_PASSWORD }}"
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true