From 4a7b4b9d88c2ffd23cf0b7d639f7554280eccca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:08:00 +0000 Subject: [PATCH] chore: bump docker/build-push-action from 6.7.0 to 6.8.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/5cd11c3a4ced054e52742c5fd54dca954e0edd85...32945a339266b759abcbdc89316275140b0fc960) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-blog.yaml | 2 +- .github/workflows/release-please.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-blog.yaml b/.github/workflows/build-blog.yaml index 536de62..1f34dff 100644 --- a/.github/workflows/build-blog.yaml +++ b/.github/workflows/build-blog.yaml @@ -36,7 +36,7 @@ jobs: - name: Build Docker image id: push - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 + uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 with: context: ./blog file: ./blog/Dockerfile diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 654b973..9a0d6fc 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -99,7 +99,7 @@ jobs: org.opencontainers.image.documentation=https://github.com/hyperfluid-solutions/baseimages/blob/main/${{ fromJson(env.BUILDCONFIG).documentation }} - name: Build and push - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # ratchet:docker/build-push-action@v6 + uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # ratchet:docker/build-push-action@v6 with: context: ./${{ matrix.path }} file: ./${{ matrix.path }}/Dockerfile