From 2d23c6c65fb1c9781453908a61e23a368d0da4e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:26:34 +0000 Subject: [PATCH] ci: 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/branches.yml | 2 +- .github/workflows/master.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index f8ef71e..309dc2e 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -41,7 +41,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build docker image - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 + uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 with: context: . file: build/package/Dockerfile diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 40f3331..1348e56 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -57,7 +57,7 @@ jobs: type=sha - name: Build and push Docker image - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 + uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 with: context: . file: build/package/Dockerfile