diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 408ef34..2a40022 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -201,13 +201,13 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to DockerHub if: github.event_name != 'pull_request' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }} - name: Login to GitHub Container Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }}