From b35aa544b18709f493884a1bc8727f209d01e82a Mon Sep 17 00:00:00 2001 From: ilya Date: Wed, 31 Jan 2024 15:21:51 +0000 Subject: [PATCH] Gnosis registry --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}