Skip to content

Commit 3fdd664

Browse files
committed
add buildx setup
1 parent c5382aa commit 3fdd664

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
type=ref,event=branch
7575
type=ref,event=pr
7676
type=sha
77+
- name: Setup docker buildx
78+
uses: docker/setup-buildx-action@v3
7779
- name: Build image
7880
uses: docker/build-push-action@v5
7981
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)