We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372a70d commit 2351e4cCopy full SHA for 2351e4c
1 file changed
.github/workflows/release.yml
@@ -21,6 +21,9 @@ jobs:
21
attestations: write
22
id-token: write
23
steps:
24
+ - name: Set up Docker Buildx
25
+ uses: docker/setup-buildx-action@v3
26
+
27
- name: Log in to Docker Hub
28
uses: docker/login-action@v3
29
with:
0 commit comments