We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6740b commit 6c25c8eCopy full SHA for 6c25c8e
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
platforms: all
21
- name: Set up docker buildx
22
id: buildx
23
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v2
24
with:
25
version: latest
26
- name: Login to docker registry
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
- name: Run buildx
0 commit comments