diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4e80269..cca4348 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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}} @@ -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 diff --git a/README.md b/README.md index de6176d..a5e8698 100644 --- a/README.md +++ b/README.md @@ -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.