From c822b77b44b20f022eb3aca3e363d397ac706def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:22:26 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 5.4.0 to 6.13.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.13.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/ca052bb54ab0790a636c9b5f226502c73d547a25...ca877d9245402d1537745e0e356eab47c3520991) --- 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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea71ad5e46d..2030f2313ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -380,7 +380,7 @@ jobs: echo "rpm_platform=$rpm_platform" >> $GITHUB_OUTPUT - name: Build Docker Image - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v5 with: file: build/dockerfiles/${{ matrix.package }}.Dockerfile context: .