Upgrade `docker/setup-buildx-action` to 3 version (#1264)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1265/head
dependabot[bot] 2 years ago committed by GitHub
parent 05845b1c22
commit 70f93468ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker.yml

@ -38,7 +38,7 @@ jobs:
with:
fetch-depth: 0 # for correct image labeling via `git describe --tags`
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- name: Detect correct Git ref for image build
id: git

Loading…
Cancel
Save