From 4c7188eba0db68204e38b98c8ae2c8e53f9ae757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 17:53:16 +0000 Subject: [PATCH] Bump docker/setup-buildx-action from 2.6.0 to 2.7.0 (#2237) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-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/publish-images.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index a9222d5c9..1d3f7b168 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: docker/setup-qemu-action@v2.1.0 - - uses: docker/setup-buildx-action@v2.6.0 + - uses: docker/setup-buildx-action@v2.7.0 - name: "publishes the images" env: DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2571d2ec0..f2a6cbf2f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: run: ./hack/install/install-kustomize.sh - uses: docker/setup-qemu-action@v2.1.0 - - uses: docker/setup-buildx-action@v2.6.0 + - uses: docker/setup-buildx-action@v2.7.0 - name: "generate release resources" run: make release-artifacts USER=jaegertracing