From 723d7579763167417691681fddf4854dfe0c3ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:10:55 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 4.0.0 to 6.2.0 in the github-actions-dependencies group (#553) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saša Tomić --- .github/workflows/build-runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-runner.yaml b/.github/workflows/build-runner.yaml index 946fb0af7..03f4cda9a 100644 --- a/.github/workflows/build-runner.yaml +++ b/.github/workflows/build-runner.yaml @@ -38,7 +38,7 @@ jobs: shell: bash - name: Build and push Docker image - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 with: context: ./docker file: ./docker/runner.Dockerfile