Skip to content

Commit cb8fc75

Browse files
authored
Merge pull request #1411 from docker/update-e2e
ci: update harbor and distribution to latest
2 parents ccc2b40 + 5225a9f commit cb8fc75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/e2e/nexus/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ until $(curl --output /dev/null --silent --head --fail "http://$NEXUS_HOST:$NEXU
7676
printf '.'
7777
sleep 5
7878
done
79+
echo "ready!"
7980
echo "::endgroup::"
8081

8182
echo "::group::Change user's password"

.github/workflows/.e2e-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ on:
2727
type: string
2828

2929
env:
30-
HARBOR_VERSION: v2.7.0
30+
HARBOR_VERSION: v2.13.2
3131
NEXUS_VERSION: 3.47.1
32-
DISTRIBUTION_VERSION: 2.8.1
32+
DISTRIBUTION_VERSION: 3.0.0
3333

3434
jobs:
3535
run:

0 commit comments

Comments
 (0)