diff --git a/.github/workflows/release_dockerhub.yml b/.github/workflows/release_dockerhub.yml index 3459b48..4c63b34 100644 --- a/.github/workflows/release_dockerhub.yml +++ b/.github/workflows/release_dockerhub.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v7 - name: Log in to Docker Hub - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/.github/workflows/release_github.yml b/.github/workflows/release_github.yml index 7c733af..158190f 100644 --- a/.github/workflows/release_github.yml +++ b/.github/workflows/release_github.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v7 - name: Log in to GitHub Container Registry - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c with: registry: ghcr.io username: ${{ github.actor }}