Skip to content

Commit c278ab4

Browse files
authored
chore: add support for setup buildx (#5277)
1 parent 40e5742 commit c278ab4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Login to DockerHub Registry
2020
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
2121

22+
- name: Set up Docker Buildx
23+
uses: docker/setup-buildx-action@v3
24+
2225
- name: Set up Go
2326
uses: actions/setup-go@v6
2427
with:

0 commit comments

Comments
 (0)