Skip to content

Commit 7180f82

Browse files
authored
Update build.yml
1 parent beb26b9 commit 7180f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)