From 97c5a5042b3a9183ffd8d6e6c0052152bb88e4ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 10:20:22 +0200 Subject: [PATCH] Bump docker/setup-buildx-action from 2.7.0 to 2.8.0 (#2251) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.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 e904075cd..cd3427e54 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.2.0 - - uses: docker/setup-buildx-action@v2.7.0 + - uses: docker/setup-buildx-action@v2.8.0 - name: "publishes the images" env: DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 83c5c96bd..d6a0ddafb 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.2.0 - - uses: docker/setup-buildx-action@v2.7.0 + - uses: docker/setup-buildx-action@v2.8.0 - name: "generate release resources" run: make release-artifacts USER=jaegertracing