From cf0aa7ef13f42311fd9674a6081feb660a5e577d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:14:42 +0000 Subject: [PATCH] ci(action): bump docker/build-push-action from 6.0.1 to 6.0.2 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5089826d..59bd24e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Build and push id: docker-build - uses: docker/build-push-action@v6.0.1 + uses: docker/build-push-action@v6.0.2 with: builder: ${{ steps.buildx.outputs.name }} context: . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a6617ba..f3da6c33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: - name: Build and push id: docker-build - uses: docker/build-push-action@v6.0.1 + uses: docker/build-push-action@v6.0.2 with: push: true builder: ${{ steps.buildx.outputs.name }}