Skip to content

Commit c0ff8a3

Browse files
committed
Fix buildx command
1 parent c77122b commit c0ff8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Build
2929
run: |
30-
buildx build -t kratos-selfservice-wasm:latest \
30+
docker buildx build -t kratos-selfservice-wasm:latest \
3131
--cache-from type=local,src=${{ runner.temp }}/.buildx-cache \
3232
--cache-to type=local,dest=${{ runner.temp }}/.buildx-cache-new,mode=max .
3333

0 commit comments

Comments
 (0)