diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6bd154b..51e29b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} diff --git a/readme.md b/readme.md index adbb6bf..116e830 100644 --- a/readme.md +++ b/readme.md @@ -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 🐳