From 5a70c2b761b82f93a861be679653dbbd260ed2f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 03:10:13 +0000 Subject: [PATCH] Bump docker/build-push-action from 7.0.0 to 7.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/d08e5c354a6adb9ed34480a06d141179aa583294...f9f3042f7e2789586610d6e8b85c8f03e5195baf) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-containers.yml | 6 +++--- .github/workflows/build-pr.yml | 6 +++--- .github/workflows/build-release.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 9d62758..bd2f663 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -81,7 +81,7 @@ jobs: type=raw,value=latest - name: Build and push dapi image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: . push: true @@ -99,7 +99,7 @@ jobs: type=raw,value=latest - name: Build and push WebUI image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: webui/. push: true @@ -117,7 +117,7 @@ jobs: type=raw,value=latest - name: Build and push DevPortal image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: contrib/devportal/redocly/. push: true diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 5f959f1..5fd685f 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -64,21 +64,21 @@ jobs: # Build dapi container (main Dockerfile) - name: Build dapi image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: . push: false # Build WebUI container - name: Build WebUI image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: webui/. push: false # Build DevPortal container - name: Build DevPortal image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: contrib/devportal/redocly/. push: false diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index cb2a0ed..44ea16f 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -84,7 +84,7 @@ jobs: type=sha - name: Build and push dapi image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: . push: true @@ -104,7 +104,7 @@ jobs: type=sha - name: Build and push WebUI image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: webui/. push: true @@ -124,7 +124,7 @@ jobs: type=sha - name: Build and push DevPortal image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: contrib/devportal/redocly/. push: true