From 6c56d9cdf43d9e45229c6cc577662b7a46de5c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:03:54 +0000 Subject: [PATCH] build(deps): 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/ci-develop.yml | 2 +- .github/workflows/ci-master.yml | 2 +- .github/workflows/ci-tag.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-develop.yml b/.github/workflows/ci-develop.yml index 067e4c7..4efb878 100644 --- a/.github/workflows/ci-develop.yml +++ b/.github/workflows/ci-develop.yml @@ -111,7 +111,7 @@ jobs: type=semver,pattern={{major}}.{{minor}}.{{patch}} - name: Build image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index c2ed92b..e9ee5e6 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -114,7 +114,7 @@ jobs: type=semver,pattern={{major}}.{{minor}}.{{patch}} - name: Build image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/ci-tag.yml b/.github/workflows/ci-tag.yml index a05fa3d..7e64d5c 100644 --- a/.github/workflows/ci-tag.yml +++ b/.github/workflows/ci-tag.yml @@ -108,7 +108,7 @@ jobs: type=semver,pattern={{major}}.{{minor}}.{{patch}} - name: Build image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true