We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da8a850 + 6c25c8e commit 7d028c1Copy full SHA for 7d028c1
.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