mirror of
https://github.com/docker/build-push-action
synced 2024-11-10 05:21:40 +00:00
Merge pull request #804 from docker/registry-artifactory
ci: add artifactory container registry to test against
This commit is contained in:
commit
c088e12d82
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
|
username_secret: QUAY_USERNAME
|
||||||
password_secret: QUAY_TOKEN
|
password_secret: QUAY_TOKEN
|
||||||
type: remote
|
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
|
name: Harbor
|
||||||
id: harbor
|
id: harbor
|
||||||
|
|
Loading…
Reference in a new issue