diff --git a/.github/workflows/dokcer.yml b/.github/workflows/dokcer.yml index 1798076..dc5d2e6 100644 --- a/.github/workflows/dokcer.yml +++ b/.github/workflows/dokcer.yml @@ -17,7 +17,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GitHub Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/README.md b/README.md index 9f89781..fd3bcb0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# nodecg-ddcc +# nodecg-tpc3stream -nodecg-ddcc is a [NodeCG](http://github.com/nodecg/nodecg) bundle. +nodecg-tpc3stream is a [NodeCG](http://github.com/nodecg/nodecg) bundle. It works with NodeCG versions which satisfy this [semver](https://docs.npmjs.com/getting-started/semantic-versioning) range: `^2.0.0` You will need to have an appropriate version of NodeCG installed to use it.