diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6aa0163..00c7fb4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -39,7 +39,7 @@ jobs: - uses: cowprotocol/autodeploy-action@v2 if: ${{ github.ref == 'refs/heads/main' }} with: - images: ghcr.io/cowprotocol/solvers:main + images: ghcr.io/gnosis/solvers:main tag: ${{ secrets.AUTODEPLOY_TAG }} url: ${{ secrets.AUTODEPLOY_URL }} token: ${{ secrets.AUTODEPLOY_TOKEN }}