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

Copilot
16 hours ago 59f8920e6f9f02e728b236f478370d3ce2e818fc
Upgrade local Docker registry from `registry:2` to `registry:3` in CI (#628)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
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: