From 7b55a6eb5b5b834f5d562c413a1042856bdf7342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:17:47 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 6.12.0 to 6.13.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.12.0 to 6.13.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/67a2d409c0a876cbe6b11854e3e25193efe4e62d...ca877d9245402d1537745e0e356eab47c3520991) --- 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 93954636..56e8ab76 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@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: context: . target: production diff --git a/.github/workflows/cd.release.build.yml b/.github/workflows/cd.release.build.yml index 2f26528d..42b92c93 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@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: context: . target: production