diff --git a/content/_index.md b/content/_index.md index d340bc0..ce1585e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -95,29 +95,6 @@ steps: tags: latest ``` -#### Push to multiple registries - -```yaml -kind: pipeline -name: default - -steps: - - name: docker - image: thegeeklab/drone-docker-buildx:23 - privileged: true - settings: - repo: - - octocat/example - - ghcr.io/octocat/example - tags: latest - registries: - - username: octocat - password: docker-password - - registry: ghcr.io - username: octocat - password: ghrc-password -``` - ## Build Build the binary with the following command: diff --git a/data/data.yaml b/data/data.yaml index de32ada..5981499 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -208,7 +208,7 @@ properties: description: | Repository name for the image. If the image is to be pushed to registries other than the default DockerHub, it is necessary to set `repo` as fully-qualified name. - type: list + type: string required: false - name: registry @@ -293,8 +293,3 @@ properties: This should be used with caution and avoided whenever possible. type: list required: false - - - name: registries - description: List of registry credentials. Check out the Examples for more information. - type: list - required: false