From 209e38da1002e1279dadfd5dea5215e2af4e66ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:36:50 +0200 Subject: [PATCH] chore: bump docker/build-push-action from 6.8.0 to 6.9.0 (#913) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9fd8bfa2c..221fefb31 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -474,7 +474,7 @@ jobs: - name: Build Docker Concrete-ML Image if: ${{ success() && !cancelled() }} - uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 with: context: . file: docker/Dockerfile.release