cleanup docs and examples

This commit is contained in:
Robert Kaussow 2024-03-12 20:43:33 +01:00
parent 364568e8b0
commit 32b8862350
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 10 deletions

View File

@ -25,16 +25,13 @@ Be aware that the this plugin requires [privileged](https://woodpecker-ci.org/do
{{< /hint >}} {{< /hint >}}
```yaml ```yaml
kind: pipeline
name: default
steps: steps:
- name: docker - name: docker
image: quay.io/thegeeklab/wp-docker-buildx image: quay.io/thegeeklab/wp-docker-buildx
privileged: true privileged: true
settings: settings:
username: octocat username: octocat
password: secure password: random-secret
repo: octocat/example repo: octocat/example
tags: latest tags: latest
``` ```
@ -56,9 +53,6 @@ If the created image is to be pushed to registries other than the default Docker
**GHCR:** **GHCR:**
```yaml ```yaml
kind: pipeline
name: default
steps: steps:
- name: docker - name: docker
image: quay.io/thegeeklab/wp-docker-buildx image: quay.io/thegeeklab/wp-docker-buildx
@ -74,9 +68,6 @@ steps:
**AWS ECR:** **AWS ECR:**
```yaml ```yaml
kind: pipeline
name: default
steps: steps:
- name: docker - name: docker
image: quay.io/thegeeklab/wp-docker-buildx image: quay.io/thegeeklab/wp-docker-buildx