chore(deps): update docker/build-push-action action to v7 #42

Merged
williamp merged 1 commits from renovate/docker-build-push-action-7.x into master 2026-03-05 23:44:24 +00:00
Showing only changes of commit 7d83fd8518 - Show all commits

View File

@@ -38,7 +38,7 @@ jobs:
# Build and push the Docker image
- name: Build and Push Docker Image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: . # Build context (current directory)
file: ./Dockerfile # Path to Dockerfile