From bfa9c277a3e5fc09c7c9c71b1e6bdfc6c48cde16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:36:51 +0000 Subject: [PATCH] :arrow_up: Bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/pr_lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42bb26e..b81f828 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -100,7 +100,7 @@ jobs: - name: Build and push Docker image id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true diff --git a/.github/workflows/pr_lint.yml b/.github/workflows/pr_lint.yml index cec9f90..8f4a9dc 100644 --- a/.github/workflows/pr_lint.yml +++ b/.github/workflows/pr_lint.yml @@ -149,7 +149,7 @@ jobs: ${{ runner.os }}-buildx-${{ matrix.platform }}- - name: Build Docker image for ${{ matrix.platform }} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 id: build-and-push with: context: .