Update docker/build-push-action action to v6.14.0 #none minor #7

Merged
renovate merged 1 commits from renovate-github-actions into main 2025-02-19 19:06:44 +02:00
Showing only changes of commit f98a84551d - Show all commits

View File

@@ -72,7 +72,7 @@ runs:
- run: echo "::group::Build and Push docker image" - run: echo "::group::Build and Push docker image"
- name: Build and push Docker image - name: Build and push Docker image
id: build-and-push id: build-and-push
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
with: with:
context: . context: .
push: true push: true