From c779d8500db1ea5b24aa3a0d7bc48e4f5ddf9d0e Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Wed, 15 Feb 2023 10:48:43 +0000 Subject: [PATCH] ci: add artifactory container registry to test against The artifactory container registry is configured to accept schema 2 manifests. Signed-off-by: Justin Chadwell --- .github/workflows/e2e.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f51fa6d..a89e237 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -98,6 +98,13 @@ jobs: username_secret: QUAY_USERNAME password_secret: QUAY_TOKEN type: remote + - + name: Artifactory + registry: buildkitghactiontests.jfrog.io + slug: buildkitghactiontests.jfrog.io/ghactiontest/test-docker-action + username_secret: ARTIFACTORY_USERNAME + password_secret: ARTIFACTORY_TOKEN + type: remote - name: Harbor id: harbor