diff --git a/.github/workflows/regression-test.yaml b/.github/workflows/regression-test.yaml index 32feaf91a6..e2fd81e26b 100644 --- a/.github/workflows/regression-test.yaml +++ b/.github/workflows/regression-test.yaml @@ -18,7 +18,7 @@ jobs: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} container: - image: columbiasld:ubuntu18-small + image: columbiasld/esp::ubuntu18-small credentials: username: ${{ env.DOCKER_USERNAME }} password: ${{ env.DOCKER_PASSWORD }}