Update docker/build-push-action action to v6 #4

Merged
ace966 merged 1 commits from renovate/docker-build-push-action-6.x into main 2025-11-20 13:52:33 +00:00
Showing only changes of commit 00d4bd5a6c - 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@v5
uses: docker/build-push-action@v6
with:
context: .
file: build/Dockerfile