mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
e2e: local harbor
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
6a8fbf0dbc
commit
2d8166c4b9
3 changed files with 149 additions and 12 deletions
8
.github/e2e/harbor/env
vendored
Normal file
8
.github/e2e/harbor/env
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
REGISTRY_FQDN=localhost:8081
|
||||
REGISTRY_USER=admin
|
||||
REGISTRY_PASSWORD=Harbor12345
|
||||
REGISTRY_SLUG=localhost:8081/test-docker-action/test-docker-action
|
||||
|
||||
HARBOR_HOST=localhost
|
||||
HARBOR_PORT=8081
|
||||
HARBOR_PROJECT=test-docker-action
|
Loading…
Add table
Add a link
Reference in a new issue