We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e5742 commit c278ab4Copy full SHA for c278ab4
1 file changed
.github/workflows/release.yml
@@ -19,6 +19,9 @@ jobs:
19
- name: Login to DockerHub Registry
20
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
21
22
+ - name: Set up Docker Buildx
23
+ uses: docker/setup-buildx-action@v3
24
+
25
- name: Set up Go
26
uses: actions/setup-go@v6
27
with:
0 commit comments