Skip to content

Commit a923016

Browse files
committed
Need to setup buildx
1 parent ad47173 commit a923016

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v4
1212

13+
- name: Setup buildx
14+
uses: docker/setup-buildx-action@v3
15+
1316
- name: Buildx cache
1417
uses: actions/cache@v4
1518
with:

0 commit comments

Comments
 (0)