From bc23eef9a07fcf6c9175cd8e64ae36ca21b1fb25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:11:42 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 5.1.0 to 5.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0) --- 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/container.yml | 2 +- .github/workflows/release-container.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index c89cce1..b769940 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -43,7 +43,7 @@ jobs: type=sha - name: Build and push container image - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: context: . push: true diff --git a/.github/workflows/release-container.yaml b/.github/workflows/release-container.yaml index a2cd7a3..7437693 100644 --- a/.github/workflows/release-container.yaml +++ b/.github/workflows/release-container.yaml @@ -49,7 +49,7 @@ jobs: if: ${{ steps.release.outputs.release_created }} - name: Build and push container image - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: context: . push: true