mirror of
https://gitea.com/docker/build-push-action.git
synced 2024-11-22 01:19:40 +01:00
ci: add artifactory container registry to test against
The artifactory container registry is configured to accept schema 2 manifests. Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
parent
b651cf69a6
commit
c779d8500d
1 changed files with 7 additions and 0 deletions
7
.github/workflows/e2e.yml
vendored
7
.github/workflows/e2e.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue