Skip to content

Commit

Permalink
[buildx] load image to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 11, 2024
1 parent 86c5ac1 commit 9df18d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildx/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daggerverse/buildx",
"version": "0.1.0",
"version": "0.1.1",
"exports": "./mod.ts",
"importMap": "import_map.json",
"tasks": {
Expand Down
1 change: 1 addition & 0 deletions buildx/src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export async function build(
"-t",
tag,
path,
"--load",
]);
return ctr.stdout();
}
Expand Down

0 comments on commit 9df18d5

Please sign in to comment.