From 4b971c2583aa388393ad4da89a79b86379fd9197 Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:30:50 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6.13.0 (#715) Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com> --- actions/build-push-to-dockerhub/action.yaml | 2 +- actions/push-to-gar-docker/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/build-push-to-dockerhub/action.yaml b/actions/build-push-to-dockerhub/action.yaml index 422d19606..305bc8c85 100644 --- a/actions/build-push-to-dockerhub/action.yaml +++ b/actions/build-push-to-dockerhub/action.yaml @@ -98,7 +98,7 @@ runs: tags: ${{ inputs.tags }} - name: Build and push Docker image - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: context: ${{ inputs.context }} platforms: ${{ inputs.platforms }} diff --git a/actions/push-to-gar-docker/action.yaml b/actions/push-to-gar-docker/action.yaml index 794d1eb62..480ba1895 100644 --- a/actions/push-to-gar-docker/action.yaml +++ b/actions/push-to-gar-docker/action.yaml @@ -150,7 +150,7 @@ runs: driver: ${{ inputs.docker-buildx-driver }} - name: Build the container - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 id: build with: context: ${{ inputs.context }}