mirror of
https://github.com/docker/build-push-action.git
synced 2026-07-01 20:41:39 +00:00
e2e: test buildx and buildkit edge
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
767df53376
commit
9006f61740
14
.github/workflows/e2e.yml
vendored
14
.github/workflows/e2e.yml
vendored
@ -39,11 +39,13 @@ jobs:
|
|||||||
buildkit_image:
|
buildkit_image:
|
||||||
- moby/buildkit:buildx-stable-1
|
- moby/buildkit:buildx-stable-1
|
||||||
- moby/buildkit:master
|
- moby/buildkit:master
|
||||||
|
_merge: dummy
|
||||||
include:
|
include:
|
||||||
-
|
-
|
||||||
name: Distribution
|
name: Distribution
|
||||||
id: distribution
|
id: distribution
|
||||||
type: local
|
type: local
|
||||||
|
_merge: dummy
|
||||||
-
|
-
|
||||||
name: Docker Hub
|
name: Docker Hub
|
||||||
registry: ''
|
registry: ''
|
||||||
@ -51,6 +53,7 @@ jobs:
|
|||||||
username_secret: DOCKERHUB_USERNAME
|
username_secret: DOCKERHUB_USERNAME
|
||||||
password_secret: DOCKERHUB_TOKEN
|
password_secret: DOCKERHUB_TOKEN
|
||||||
type: remote
|
type: remote
|
||||||
|
_merge: dummy
|
||||||
-
|
-
|
||||||
name: GitHub
|
name: GitHub
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
@ -58,6 +61,7 @@ jobs:
|
|||||||
username_secret: GHCR_USERNAME
|
username_secret: GHCR_USERNAME
|
||||||
password_secret: GHCR_PAT
|
password_secret: GHCR_PAT
|
||||||
type: remote
|
type: remote
|
||||||
|
_merge: dummy
|
||||||
-
|
-
|
||||||
name: GitLab
|
name: GitLab
|
||||||
registry: registry.gitlab.com
|
registry: registry.gitlab.com
|
||||||
@ -65,6 +69,7 @@ jobs:
|
|||||||
username_secret: GITLAB_USERNAME
|
username_secret: GITLAB_USERNAME
|
||||||
password_secret: GITLAB_TOKEN
|
password_secret: GITLAB_TOKEN
|
||||||
type: remote
|
type: remote
|
||||||
|
_merge: dummy
|
||||||
-
|
-
|
||||||
name: AWS ECR
|
name: AWS ECR
|
||||||
registry: 175142243308.dkr.ecr.us-east-2.amazonaws.com
|
registry: 175142243308.dkr.ecr.us-east-2.amazonaws.com
|
||||||
@ -72,6 +77,7 @@ jobs:
|
|||||||
username_secret: AWS_ACCESS_KEY_ID
|
username_secret: AWS_ACCESS_KEY_ID
|
||||||
password_secret: AWS_SECRET_ACCESS_KEY
|
password_secret: AWS_SECRET_ACCESS_KEY
|
||||||
type: remote
|
type: remote
|
||||||
|
_merge: dummy
|
||||||
-
|
-
|
||||||
name: AWS ECR Public
|
name: AWS ECR Public
|
||||||
registry: public.ecr.aws
|
registry: public.ecr.aws
|
||||||
@ -79,6 +85,7 @@ jobs:
|
|||||||
username_secret: AWS_ACCESS_KEY_ID
|
username_secret: AWS_ACCESS_KEY_ID
|
||||||
password_secret: AWS_SECRET_ACCESS_KEY
|
password_secret: AWS_SECRET_ACCESS_KEY
|
||||||
type: remote
|
type: remote
|
||||||
|
_merge: dummy
|
||||||
-
|
-
|
||||||
name: Google Artifact Registry
|
name: Google Artifact Registry
|
||||||
registry: us-east4-docker.pkg.dev
|
registry: us-east4-docker.pkg.dev
|
||||||
@ -86,6 +93,7 @@ jobs:
|
|||||||
username_secret: GAR_USERNAME
|
username_secret: GAR_USERNAME
|
||||||
password_secret: GAR_JSON_KEY
|
password_secret: GAR_JSON_KEY
|
||||||
type: remote
|
type: remote
|
||||||
|
_merge: dummy
|
||||||
-
|
-
|
||||||
name: Google Container Registry
|
name: Google Container Registry
|
||||||
registry: gcr.io
|
registry: gcr.io
|
||||||
@ -93,6 +101,7 @@ jobs:
|
|||||||
username_secret: GCR_USERNAME
|
username_secret: GCR_USERNAME
|
||||||
password_secret: GCR_JSON_KEY
|
password_secret: GCR_JSON_KEY
|
||||||
type: remote
|
type: remote
|
||||||
|
_merge: dummy
|
||||||
-
|
-
|
||||||
name: Azure Container Registry
|
name: Azure Container Registry
|
||||||
registry: officialgithubactions.azurecr.io
|
registry: officialgithubactions.azurecr.io
|
||||||
@ -100,6 +109,7 @@ jobs:
|
|||||||
username_secret: AZURE_CLIENT_ID
|
username_secret: AZURE_CLIENT_ID
|
||||||
password_secret: AZURE_CLIENT_SECRET
|
password_secret: AZURE_CLIENT_SECRET
|
||||||
type: remote
|
type: remote
|
||||||
|
_merge: dummy
|
||||||
-
|
-
|
||||||
name: Quay
|
name: Quay
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
@ -107,6 +117,7 @@ jobs:
|
|||||||
username_secret: QUAY_USERNAME
|
username_secret: QUAY_USERNAME
|
||||||
password_secret: QUAY_TOKEN
|
password_secret: QUAY_TOKEN
|
||||||
type: remote
|
type: remote
|
||||||
|
_merge: dummy
|
||||||
-
|
-
|
||||||
name: Artifactory
|
name: Artifactory
|
||||||
registry: buildkitghactiontests.jfrog.io
|
registry: buildkitghactiontests.jfrog.io
|
||||||
@ -114,14 +125,17 @@ jobs:
|
|||||||
username_secret: ARTIFACTORY_USERNAME
|
username_secret: ARTIFACTORY_USERNAME
|
||||||
password_secret: ARTIFACTORY_TOKEN
|
password_secret: ARTIFACTORY_TOKEN
|
||||||
type: remote
|
type: remote
|
||||||
|
_merge: dummy
|
||||||
-
|
-
|
||||||
name: Harbor
|
name: Harbor
|
||||||
id: harbor
|
id: harbor
|
||||||
type: local
|
type: local
|
||||||
|
_merge: dummy
|
||||||
-
|
-
|
||||||
name: Nexus
|
name: Nexus
|
||||||
id: nexus
|
id: nexus
|
||||||
type: local
|
type: local
|
||||||
|
_merge: dummy
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user