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>
This commit is contained in:
parent
05845b1c22
commit
70f93468ad
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -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…
Reference in New Issue
Block a user