Some checks failed
e2e / build (AWS ECR Public, AWS_SECRET_ACCESS_KEY, public.ecr.aws, public.ecr.aws/q3b5f1u4/test-docker-action, remote, AWS_ACCESS_KEY_ID) (push) Has been cancelled
e2e / build (AWS ECR, AWS_SECRET_ACCESS_KEY, 175142243308.dkr.ecr.us-east-2.amazonaws.com, 175142243308.dkr.ecr.us-east-2.amazonaws.com/sandbox/test-docker-action, remote, AWS_ACCESS_KEY_ID) (push) Has been cancelled
e2e / build (Artifactory, ARTIFACTORY_TOKEN, infradock.jfrog.io, infradock.jfrog.io/test-ghaction/build-push-action, remote, ARTIFACTORY_USERNAME) (push) Has been cancelled
e2e / build (Azure Container Registry, AZURE_CLIENT_SECRET, officialgithubactions.azurecr.io, officialgithubactions.azurecr.io/test-docker-action, remote, AZURE_CLIENT_ID) (push) Has been cancelled
e2e / build (Docker Hub, DOCKERHUB_TOKEN, , ghactionstest/ghactionstest, remote, DOCKERHUB_USERNAME) (push) Has been cancelled
e2e / build (GitHub, GHCR_PAT, ghcr.io, ghcr.io/docker-ghactiontest/test, remote, GHCR_USERNAME) (push) Has been cancelled
e2e / build (GitLab, GITLAB_TOKEN, registry.gitlab.com, registry.gitlab.com/test1716/test, remote, GITLAB_USERNAME) (push) Has been cancelled
e2e / build (Google Artifact Registry, GAR_JSON_KEY, us-east4-docker.pkg.dev, us-east4-docker.pkg.dev/sandbox-298914/docker-official-github-actions/test-docker-action, remote, GAR_USERNAME) (push) Has been cancelled
e2e / build (Quay, QUAY_TOKEN, quay.io, quay.io/docker_build_team/ghactiontest, remote, QUAY_USERNAME) (push) Has been cancelled
e2e / build (distribution, Distribution, local) (push) Has been cancelled
e2e / build (harbor, Harbor, local) (push) Has been cancelled
e2e / build (nexus, Nexus, local) (push) Has been cancelled
ci / minimal (push) Has been cancelled
ci / git-context (push) Has been cancelled
ci / git-context-secret (push) Has been cancelled
ci / path-context (push) Has been cancelled
ci / example (push) Has been cancelled
ci / error (push) Has been cancelled
ci / error-buildx (push) Has been cancelled
ci / docker-driver (push) Has been cancelled
ci / export-docker (push) Has been cancelled
ci / secret (push) Has been cancelled
ci / secret-envs (push) Has been cancelled
ci / network (push) Has been cancelled
ci / shm-size (push) Has been cancelled
ci / ulimit (push) Has been cancelled
ci / cgroup-parent (push) Has been cancelled
ci / add-hosts (push) Has been cancelled
ci / no-cache-filters (push) Has been cancelled
ci / attests-compat (moby/buildkit:buildx-stable-1, latest) (push) Has been cancelled
ci / attests-compat (moby/buildkit:buildx-stable-1, v0.9.1) (push) Has been cancelled
ci / attests-compat (moby/buildkit:latest, edge) (push) Has been cancelled
ci / attests-compat (moby/buildkit:v0.10.6, latest) (push) Has been cancelled
ci / provenance (, /tmp/buildx-build, binary) (push) Has been cancelled
ci / provenance (, type=image,name=localhost:5000/name/app:latest,push=true, image) (push) Has been cancelled
ci / provenance (mode=max, /tmp/buildx-build, binary) (push) Has been cancelled
ci / provenance (mode=max, type=image,name=localhost:5000/name/app:latest,push=true, image) (push) Has been cancelled
ci / sbom (/tmp/buildx-build, binary) (push) Has been cancelled
ci / sbom (type=image,name=localhost:5000/name/app:latest,push=true, image) (push) Has been cancelled
ci / multi (multi) (push) Has been cancelled
ci / multi (multi-sudo) (push) Has been cancelled
ci / digest (docker, false, false) (push) Has been cancelled
ci / digest (docker, false, true) (push) Has been cancelled
ci / digest (docker, true, false) (push) Has been cancelled
ci / digest (docker-container, false, false) (push) Has been cancelled
ci / digest (docker-container, false, true) (push) Has been cancelled
ci / digest (docker-container, true, false) (push) Has been cancelled
ci / registry-cache (push) Has been cancelled
ci / github-cache (push) Has been cancelled
ci / local-cache (push) Has been cancelled
ci / standalone (push) Has been cancelled
ci / named-context-pin (push) Has been cancelled
ci / named-context-docker (push) Has been cancelled
ci / named-context-container (push) Has been cancelled
ci / docker-config-malformed (push) Has been cancelled
ci / proxy-docker-config (push) Has been cancelled
ci / proxy-buildkitd (push) Has been cancelled
ci / annotations (push) Has been cancelled
ci / multi-output (push) Has been cancelled
ci / load-and-push (push) Has been cancelled
ci / summary-disable (push) Has been cancelled
ci / summary-disable-deprecated (push) Has been cancelled
ci / summary-not-supported (push) Has been cancelled
ci / record-upload-disable (push) Has been cancelled
ci / record-retention-days (0) (push) Has been cancelled
ci / record-retention-days (2) (push) Has been cancelled
ci / export-legacy (false) (push) Has been cancelled
ci / export-legacy (true) (push) Has been cancelled
ci / checks (edge) (push) Has been cancelled
ci / checks (latest) (push) Has been cancelled
ci / checks (v0.14.1) (push) Has been cancelled
ci / annotations-disabled (push) Has been cancelled
ci / call-check (push) Has been cancelled
ci / no-default-attestations (push) Has been cancelled
108 lines
3.2 KiB
YAML
108 lines
3.2 KiB
YAML
name: e2e
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: '0 10 * * *'
|
|
push:
|
|
branches:
|
|
- 'master'
|
|
tags:
|
|
- 'v*'
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/.e2e-run.yml
|
|
strategy:
|
|
fail-fast: false
|
|
matrix:
|
|
include:
|
|
-
|
|
name: Distribution
|
|
id: distribution
|
|
type: local
|
|
-
|
|
name: Docker Hub
|
|
registry: ''
|
|
slug: ghactionstest/ghactionstest
|
|
username_secret: DOCKERHUB_USERNAME
|
|
password_secret: DOCKERHUB_TOKEN
|
|
type: remote
|
|
-
|
|
name: GitHub
|
|
registry: ghcr.io
|
|
slug: ghcr.io/docker-ghactiontest/test
|
|
username_secret: GHCR_USERNAME
|
|
password_secret: GHCR_PAT
|
|
type: remote
|
|
-
|
|
name: GitLab
|
|
registry: registry.gitlab.com
|
|
slug: registry.gitlab.com/test1716/test
|
|
username_secret: GITLAB_USERNAME
|
|
password_secret: GITLAB_TOKEN
|
|
type: remote
|
|
-
|
|
name: AWS ECR
|
|
registry: 175142243308.dkr.ecr.us-east-2.amazonaws.com
|
|
slug: 175142243308.dkr.ecr.us-east-2.amazonaws.com/sandbox/test-docker-action
|
|
username_secret: AWS_ACCESS_KEY_ID
|
|
password_secret: AWS_SECRET_ACCESS_KEY
|
|
type: remote
|
|
-
|
|
name: AWS ECR Public
|
|
registry: public.ecr.aws
|
|
slug: public.ecr.aws/q3b5f1u4/test-docker-action
|
|
username_secret: AWS_ACCESS_KEY_ID
|
|
password_secret: AWS_SECRET_ACCESS_KEY
|
|
type: remote
|
|
-
|
|
name: Google Artifact Registry
|
|
registry: us-east4-docker.pkg.dev
|
|
slug: us-east4-docker.pkg.dev/sandbox-298914/docker-official-github-actions/test-docker-action
|
|
username_secret: GAR_USERNAME
|
|
password_secret: GAR_JSON_KEY
|
|
type: remote
|
|
-
|
|
name: Azure Container Registry
|
|
registry: officialgithubactions.azurecr.io
|
|
slug: officialgithubactions.azurecr.io/test-docker-action
|
|
username_secret: AZURE_CLIENT_ID
|
|
password_secret: AZURE_CLIENT_SECRET
|
|
type: remote
|
|
-
|
|
name: Quay
|
|
registry: quay.io
|
|
slug: quay.io/docker_build_team/ghactiontest
|
|
username_secret: QUAY_USERNAME
|
|
password_secret: QUAY_TOKEN
|
|
type: remote
|
|
-
|
|
name: Artifactory
|
|
registry: infradock.jfrog.io
|
|
slug: infradock.jfrog.io/test-ghaction/build-push-action
|
|
username_secret: ARTIFACTORY_USERNAME
|
|
password_secret: ARTIFACTORY_TOKEN
|
|
type: remote
|
|
-
|
|
name: Harbor
|
|
id: harbor
|
|
type: local
|
|
-
|
|
name: Nexus
|
|
id: nexus
|
|
type: local
|
|
with:
|
|
id: ${{ matrix.id }}
|
|
type: ${{ matrix.type }}
|
|
name: ${{ matrix.name }}
|
|
registry: ${{ matrix.registry }}
|
|
slug: ${{ matrix.slug }}
|
|
username_secret: ${{ matrix.username_secret }}
|
|
password_secret: ${{ matrix.password_secret }}
|
|
secrets: inherit
|