File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -254,8 +254,8 @@ jobs:
254254 docker build -t localhost:5000/${GITHUB_REPOSITORY,,}:${{ env.release_version }}-test -f ${{ runner.temp }}/Dockerfile.tmp ${{ runner.temp }}
255255 docker network create test-openam
256256 echo "starting containers"
257- docker run --rm -it -d --hostname opendj --name test-opendj --network test-openam localhost:5000/${GITHUB_REPOSITORY,,}:${{ env.release_version }}-test
258- docker run --rm -it -d --hostname openam.example.org --name test-openam --network test-openam -p 8080:8080 test-openam-image
257+ docker run --rm -it -d --hostname opendj --name test-opendj --network test-openam openidentityplatform/opendj
258+ docker run --rm -it -d --hostname openam.example.org --name test-openam --network test-openam -p 8080:8080 localhost:5000/${GITHUB_REPOSITORY,,}:${{ env.release_version }}-test
259259
260260 echo "waiting for OpenDJ to be alive..."
261261 timeout 3m bash -c 'until docker inspect --format="{{json .State.Health.Status}}" test-opendj | grep -q \"healthy\"; do sleep 10; done'
You can’t perform that action at this time.
0 commit comments