Skip to content

Commit 2caa88d

Browse files
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](docker/build-push-action@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] <support@github.com>
1 parent de6715a commit 2caa88d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmarking-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
password: ${{ secrets.GITHUB_TOKEN }}
7171

7272
- name: "Rebuild ghcri.io/oasisprotocol/oasis-sdk-benchmark:${{ steps.determine_tag.outputs.tag }}"
73-
uses: docker/build-push-action@v5
73+
uses: docker/build-push-action@v6
7474
with:
7575
context: .
7676
file: tests/benchmark/Dockerfile

.github/workflows/runtime-builder-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
password: ${{ secrets.GITHUB_TOKEN }}
6666

6767
- name: "Rebuild oasisprotocol/runtime-builder:${{ steps.determine-tag.outputs.tag }}"
68-
uses: docker/build-push-action@v5
68+
uses: docker/build-push-action@v6
6969
with:
7070
context: docker/runtime-builder
7171
file: docker/runtime-builder/Dockerfile

0 commit comments

Comments
 (0)