We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf3dc0 commit 1c2c4e7Copy full SHA for 1c2c4e7
.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@v3
+ uses: docker/setup-buildx-action@v4
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