From 2caa88d19f61dfe508d247c8088e157a5515d047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:35:15 +0000 Subject: [PATCH] ci: bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarking-image.yml | 2 +- .github/workflows/runtime-builder-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarking-image.yml b/.github/workflows/benchmarking-image.yml index 4b586e7fff..b9d41bc90f 100644 --- a/.github/workflows/benchmarking-image.yml +++ b/.github/workflows/benchmarking-image.yml @@ -70,7 +70,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: "Rebuild ghcri.io/oasisprotocol/oasis-sdk-benchmark:${{ steps.determine_tag.outputs.tag }}" - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: tests/benchmark/Dockerfile diff --git a/.github/workflows/runtime-builder-image.yml b/.github/workflows/runtime-builder-image.yml index 2a84ac8aed..f296f4eba8 100644 --- a/.github/workflows/runtime-builder-image.yml +++ b/.github/workflows/runtime-builder-image.yml @@ -65,7 +65,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: "Rebuild oasisprotocol/runtime-builder:${{ steps.determine-tag.outputs.tag }}" - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: docker/runtime-builder file: docker/runtime-builder/Dockerfile