Skip to content

Commit ad3203b

Browse files
committed
Add buildx
1 parent f6fd93d commit ad3203b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
id-token: write
2121

2222
steps:
23+
- name: Set up Docker Buildx
24+
uses: docker/setup-buildx-action@v3
25+
2326
- name: Checkout repository
2427
uses: actions/checkout@v4
2528

0 commit comments

Comments
 (0)