diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index b4d4b74..b0e3082 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -189,13 +189,13 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to DockerHub if: github.event_name != 'pull_request' - uses: docker/login-action@v2 + uses: docker/login-action@v3 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@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}