Skip to content

Commit

Permalink
chore: change docker organization name
Browse files Browse the repository at this point in the history
Signed-off-by: Simon LUCIDO <[email protected]>
  • Loading branch information
lucido-simon committed Oct 24, 2023
1 parent c3fda74 commit ecadfea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
dopolytech2021/lambdo
faastrt/lambdo
tags: |
type=ref,event=tag
type=semver,pattern={{version}}
Expand All @@ -57,7 +57,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: dopolytech2021/lambdo
repository: faastrt/lambdo
short-description: A Serverless runtime in Rust
create-github-release:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ docker run -it --privileged -p 3000:3000 \
-v /path/to/config:/etc/lambdo/config.yaml \
-v /path/to/initramfs:/var/lib/lambdo/initramfs \
-v /path/to/kernel:/var/lib/lambdo/kernel/vmlinux.bin \
dopolytech2021/lambdo
faastrt/lambdo
```

If you want to run `lambdo` for a test, you can use the `docker-compose` file that will use the `examples/node` folder as configuration folder.
Expand Down

0 comments on commit ecadfea

Please sign in to comment.