mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-21 18:56:45 +00:00
e2e: local nexus
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
2d8166c4b9
commit
af7537dc3e
4 changed files with 115 additions and 0 deletions
5
.github/workflows/e2e.yml
vendored
5
.github/workflows/e2e.yml
vendored
|
@ -26,6 +26,7 @@ env:
|
|||
BUILDX_VERSION: latest
|
||||
BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
|
||||
HARBOR_VERSION: v2.7.0
|
||||
NEXUS_VERSION: 3.47.1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -101,6 +102,10 @@ jobs:
|
|||
name: Harbor
|
||||
id: harbor
|
||||
type: local
|
||||
-
|
||||
name: Nexus
|
||||
id: nexus
|
||||
type: local
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue