auto-update documentation

This commit is contained in:
thegeeklab-bot 2023-08-11 08:13:30 +00:00
parent 0b7723b715
commit 240f1cc998
2 changed files with 1 additions and 29 deletions

View File

@ -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:

View File

@ -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