Update docker/build-push-action action to v6.13.0 #none minor #5

Merged
renovate merged 1 commits from renovate-github-actions into main 2025-01-24 12:07:26 +02:00

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@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
with: with:
context: . context: .
push: true push: true