From 194cc4f48831d735e7767419f24169fb422f9b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 09:34:26 +0200 Subject: [PATCH] Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 (#1500) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.4.1...v1.5.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 ceab43428..c2098e3cd 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - uses: docker/setup-qemu-action@v1.2.0 - - uses: docker/setup-buildx-action@v1.4.1 + - uses: docker/setup-buildx-action@v1.5.0 - name: "publishes the images" env: DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 35d9a50f2..6e546b5a1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: with: operator-sdk-version: v0.18.2 - uses: docker/setup-qemu-action@v1.2.0 - - uses: docker/setup-buildx-action@v1.4.1 + - uses: docker/setup-buildx-action@v1.5.0 - name: "perform the release" env: GH_WRITE_TOKEN: ${{ secrets.GH_WRITE_TOKEN }}