From 81b487c846297cfd0aef985ea83de8fb72bc2c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 06:30:30 +0000 Subject: [PATCH] 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/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index a1a92ea..005145d 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -135,7 +135,7 @@ jobs: endpoint: builders - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 timeout-minutes: 60 with: file: .docker/lifecycle-controller-manager/Dockerfile @@ -196,7 +196,7 @@ jobs: endpoint: builders - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 timeout-minutes: 60 with: file: .docker/lifecycle-service/Dockerfile