From eda92f98412352894fe16f29eaba72effca23e5a Mon Sep 17 00:00:00 2001 From: alphaRomeo323 Date: Fri, 14 Jun 2024 14:17:15 +0900 Subject: [PATCH] updated docker/login-action --- .github/workflows/dokcer.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.