From a3e452bf9b8ea071008ef41fb5ae24bb40619836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:56:31 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action in the actions group Bumps the actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.5.0 to 6.7.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.5.0...v6.7.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-image.yml | 2 +- .github/workflows/publish-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-image.yml b/.github/workflows/build-test-image.yml index 572519e..d1cb308 100644 --- a/.github/workflows/build-test-image.yml +++ b/.github/workflows/build-test-image.yml @@ -18,7 +18,7 @@ jobs: - uses: docker/setup-buildx-action@v3.6.1 - id: docker_build - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.7.0 with: context: . load: true diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index eafa96d..b4a5bb5 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -60,7 +60,7 @@ jobs: - uses: docker/setup-buildx-action@v3.6.1 - id: docker_build - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.7.0 with: context: . push: true