mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-23 10:58:01 +02:00
e2e: local nexus
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user