Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Updates blobby to new version
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Thomas <[email protected]>
  • Loading branch information
thomastaylor312 committed Jan 26, 2023
1 parent 8ddb367 commit 35a34c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actor/blobby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Once you've installed **wash** and ran wasmCloud after following the [installati
guide](https://wasmcloud.dev/overview/installation/), you can run this example actor and the
wasmCloud providers with the following commands:
```
$ wash ctl start actor wasmcloud.azurecr.io/blobby:0.1.0
$ wash ctl start actor wasmcloud.azurecr.io/blobby:0.2.0
# If you use a locally built actor, replace the actor ID below with your own
$ wash ctl link put MBY3COMRDLQYTX2AUTNB5D2WYAH5TUKNIMELDSQ5BUFZVV7CBUUIKEDR VBBQNNCGUKIXEWLL5HL5XJE57BS3GU5DMDOKZS6ROEWPQFHEDP6NGVZM wasmcloud:blobstore "ROOT=/tmp"
$ wash ctl link put MBY3COMRDLQYTX2AUTNB5D2WYAH5TUKNIMELDSQ5BUFZVV7CBUUIKEDR VAG3QITQQ2ODAOWB5TTQSDJ53XK3SHBEIFNK4AYJ5RKAX2UNSCAPHA5M wasmcloud:httpserver "ADDRESS=0.0.0.0:8080"
Expand Down
2 changes: 1 addition & 1 deletion actor/blobby/actor/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion actor/blobby/actor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blobby"
version = "0.1.0"
version = "0.2.0"
authors = [ "wasmCloud Team" ]
edition = "2021"

Expand Down

0 comments on commit 35a34c7

Please sign in to comment.