Merge pull request 'chore(deps): update docker/build-push-action action to v7' (#45) from renovate/docker-build-push-action-7.x into master
Some checks failed
Build and Push Docker Image / deploy-on-green (push) Has been cancelled
Build and Push Docker Image / build-and-push (push) Has been cancelled

Reviewed-on: #45
This commit was merged in pull request #45.
This commit is contained in:
2026-03-07 15:19:02 +00:00

View File

@@ -28,7 +28,7 @@ jobs:
# Build the Docker image
- name: Build 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