From 21e7bacb67b05c8f6bc6fae13432da3e0ee071c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 03:22:21 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 6.10.0 to 6.12.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 6.12.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/48aba3b46d1b1fec4febb7c5d0c644b249a11355...67a2d409c0a876cbe6b11854e3e25193efe4e62d) --- 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/cd.edge.build.yml | 2 +- .github/workflows/cd.release.build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.edge.build.yml b/.github/workflows/cd.edge.build.yml index 977727f4..1689ea86 100644 --- a/.github/workflows/cd.edge.build.yml +++ b/.github/workflows/cd.edge.build.yml @@ -42,7 +42,7 @@ jobs: password: ${{ secrets.SKAHA_REGISTRY_TOKEN }} - name: Build and Push Docker Image id: build - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 with: context: . target: production diff --git a/.github/workflows/cd.release.build.yml b/.github/workflows/cd.release.build.yml index b0ffb684..fe4e2c53 100644 --- a/.github/workflows/cd.release.build.yml +++ b/.github/workflows/cd.release.build.yml @@ -44,7 +44,7 @@ jobs: password: ${{ secrets.SKAHA_REGISTRY_TOKEN }} - name: Build and Push Docker Image id: build - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 with: context: . target: production