diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f3174e..53a02f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ jobs: - name: Build Docker images env: DOCKER_REGISTRY_URL: 'localhost:5000' + DOWNLOADER_REGISTRY_URL: 'localhost:5000' DOCKER_LOGIN: "" DOCKER_PASSWORD: "" ONEC_USERNAME: ${{ secrets.ONEC_USERNAME}}