From 8f91f2f26636c3e1ebfb632c5a8dbda22bf24dc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:37:36 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.9.0 to 6.10.0 in /.github/workflows (#49616) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/4f58ea79222b3b9dc2c8bbdd6debcef730109a75...48aba3b46d1b1fec4febb7c5d0c644b249a11355) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-ci-service-images.yaml | 2 +- .github/workflows/build-usage-image.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ci-service-images.yaml b/.github/workflows/build-ci-service-images.yaml index 47bb89d6c006b..0ce3f02799a4b 100644 --- a/.github/workflows/build-ci-service-images.yaml +++ b/.github/workflows/build-ci-service-images.yaml @@ -44,7 +44,7 @@ jobs: - name: Build etcd image id: docker_build - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 with: context: ${{ github.workspace }} file: .github/services/Dockerfile.etcd diff --git a/.github/workflows/build-usage-image.yaml b/.github/workflows/build-usage-image.yaml index bd7ab7a733e03..dd7aa94a8c9a6 100644 --- a/.github/workflows/build-usage-image.yaml +++ b/.github/workflows/build-usage-image.yaml @@ -24,7 +24,7 @@ jobs: with: registry-type: public # Build and publish container image on ECR. - - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 + - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 with: context: "examples/teleport-usage" tags: public.ecr.aws/gravitational/teleport-usage:${{ steps.version.outputs.version }}