mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

copilot-swe-agent[bot]
13 hours ago 03a24d28e2999325edc49674b8d7915c8a4a1383
Add env vars to registry services in build-docker and build-docker-alpine jobs

Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenDJ/sessions/dae69ca6-70e7-41a4-9072-3ad6f5a29158

Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 files modified
10 ■■■■■ changed files
.github/workflows/build.yml 10 ●●●●● patch | view | raw | blame | history
.github/workflows/build.yml
@@ -285,6 +285,11 @@
        image: registry:3
        ports:
          - 5000:5000
        env:
          REGISTRY_STORAGE_DELETE_ENABLED: "true"
          REGISTRY_VALIDATION_DISABLED: "true"
          REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /var/lib/registry
          REGISTRY_STORAGE_REDIRECT_DISABLE: "true"
    steps:
      - name: Download artifacts
        uses: actions/download-artifact@v8
@@ -349,6 +354,11 @@
        image: registry:3
        ports:
          - 5000:5000
        env:
          REGISTRY_STORAGE_DELETE_ENABLED: "true"
          REGISTRY_VALIDATION_DISABLED: "true"
          REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /var/lib/registry
          REGISTRY_STORAGE_REDIRECT_DISABLE: "true"
    steps:
      - name: Download artifacts
        uses: actions/download-artifact@v8