Compare commits

...

2 commits

Author SHA1 Message Date
renovate[bot]
66f1c5b260
chore(deps): update docker/login-action action to v4 2026-03-09 15:50:36 +00:00
huulme
0400f5f45d
docs: Higher quality video thumbnail (#1671)
Some checks failed
Update / dockerHubDescription (push) Has been cancelled
2026-03-09 11:50:01 -04:00
2 changed files with 3 additions and 3 deletions

View file

@ -46,13 +46,13 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Login into Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}

View file

@ -22,7 +22,7 @@ Windows inside a Docker container.
## Video 📺
[![Youtube](https://img.youtube.com/vi/xhGYobuG508/0.jpg)](https://www.youtube.com/watch?v=xhGYobuG508)
[![Youtube](https://img.youtube.com/vi/xhGYobuG508/maxresdefault.jpg)](https://www.youtube.com/watch?v=xhGYobuG508)
## Usage 🐳