Skip to content

Commit

Permalink
updated docker/login-action
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaRomeo323 committed Jun 14, 2024
1 parent f9bafdf commit eda92f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dokcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit eda92f9

Please sign in to comment.