mirror of
https://github.com/docker/build-push-action.git
synced 2025-11-10 16:16:54 +00:00
Compare commits
1 commit
6531327af5
...
a6bc22782d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6bc22782d |
2 changed files with 2 additions and 3 deletions
1
.github/e2e/nexus/install.sh
vendored
1
.github/e2e/nexus/install.sh
vendored
|
|
@ -76,7 +76,6 @@ until $(curl --output /dev/null --silent --head --fail "http://$NEXUS_HOST:$NEXU
|
||||||
printf '.'
|
printf '.'
|
||||||
sleep 5
|
sleep 5
|
||||||
done
|
done
|
||||||
echo "ready!"
|
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
echo "::group::Change user's password"
|
echo "::group::Change user's password"
|
||||||
|
|
|
||||||
4
.github/workflows/.e2e-run.yml
vendored
4
.github/workflows/.e2e-run.yml
vendored
|
|
@ -27,9 +27,9 @@ on:
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
env:
|
env:
|
||||||
HARBOR_VERSION: v2.13.2
|
HARBOR_VERSION: v2.7.0
|
||||||
NEXUS_VERSION: 3.47.1
|
NEXUS_VERSION: 3.47.1
|
||||||
DISTRIBUTION_VERSION: 3.0.0
|
DISTRIBUTION_VERSION: 2.8.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue