diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9aafb93..d549182 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: with: repository: 'oceanprotocol/barge' path: 'barge' - ref: v4 + ref: main - name: Login to Docker Hub if: ${{ env.DOCKERHUB_PASSWORD && env.DOCKERHUB_USERNAME }}