mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-09 01:53:33 -05:00
Merge pull request #1114 from crazy-max/e2e-artifactory
ci(e2e): update artifactory instance
This commit is contained in:
commit
fc15b64049
1 changed files with 7 additions and 7 deletions
14
.github/workflows/e2e.yml
vendored
14
.github/workflows/e2e.yml
vendored
|
@ -88,13 +88,13 @@ jobs:
|
||||||
username_secret: QUAY_USERNAME
|
username_secret: QUAY_USERNAME
|
||||||
password_secret: QUAY_TOKEN
|
password_secret: QUAY_TOKEN
|
||||||
type: remote
|
type: remote
|
||||||
# -
|
-
|
||||||
# name: Artifactory
|
name: Artifactory
|
||||||
# registry: sforzando-build-team-local.jfrog.io
|
registry: infradock.jfrog.io
|
||||||
# slug: sforzando-build-team-local.jfrog.io/build-push-action-e2e
|
slug: infradock.jfrog.io/test-ghaction
|
||||||
# username_secret: ARTIFACTORY_USERNAME
|
username_secret: ARTIFACTORY_USERNAME
|
||||||
# password_secret: ARTIFACTORY_TOKEN
|
password_secret: ARTIFACTORY_TOKEN
|
||||||
# type: remote
|
type: remote
|
||||||
-
|
-
|
||||||
name: Harbor
|
name: Harbor
|
||||||
id: harbor
|
id: harbor
|
||||||
|
|
Loading…
Reference in a new issue