From 5ded49f14302ae92ad8589a0d674f1a9049b3aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:07:28 +0000 Subject: [PATCH] :seedling: Bump docker/build-push-action from 6.5.0 to 6.12.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.12.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.5.0...v6.12.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-image.yaml | 2 +- .github/workflows/draft_release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-image.yaml b/.github/workflows/container-image.yaml index 2397e52..726a4e4 100644 --- a/.github/workflows/container-image.yaml +++ b/.github/workflows/container-image.yaml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.12.0 with: context: . push: true diff --git a/.github/workflows/draft_release.yaml b/.github/workflows/draft_release.yaml index 675e678..742be17 100644 --- a/.github/workflows/draft_release.yaml +++ b/.github/workflows/draft_release.yaml @@ -68,7 +68,7 @@ jobs: echo "LDFLAGS=$(hack/version.sh)" >> $GITHUB_OUTPUT - name: Build and Push Docker Image - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.12.0 with: context: . push: true