Update docker/build-push-action action to v7
All checks were successful
Deploy and Push Docker Image / BuildAndPush (push) Successful in 56s

This commit is contained in:
2026-03-05 21:20:57 +00:00
parent 5a52aacde1
commit 46a6ae7eb0

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