This commit is contained in:
dependabot[bot] 2026-03-13 04:52:27 +00:00 committed by GitHub
commit 8596f27f99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 }}