Skip to content

Commit

Permalink
Merge pull request #804 from docker/registry-artifactory
Browse files Browse the repository at this point in the history
ci: add artifactory container registry to test against
  • Loading branch information
CrazyMax authored and GitHub committed Feb 15, 2023
2 parents e941dc0 + c779d85 commit c088e12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c088e12

Please sign in to comment.