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

View File

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