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

copilot-swe-agent[bot]
12 hours ago 99d34b88bf14699ba12719b57ad60a6d9f705184
Upgrade local Docker registry from registry:2 to registry:3 in CI workflow

Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenDJ/sessions/567deee2-889c-4394-86ab-0d7fa4dac317

Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 files modified
4 ■■■■ changed files
.github/workflows/build.yml 4 ●●●● patch | view | raw | blame | history
.github/workflows/build.yml
@@ -282,7 +282,7 @@
    runs-on: 'ubuntu-latest'
    services:
      registry:
        image: registry:2
        image: registry:3
        ports:
          - 5000:5000
    steps:
@@ -346,7 +346,7 @@
    runs-on: 'ubuntu-latest'
    services:
      registry:
        image: registry:2
        image: registry:3
        ports:
          - 5000:5000
    steps: