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 >}}
```yaml
kind: pipeline
name: default
steps:
- name: docker
image: quay.io/thegeeklab/wp-docker-buildx
privileged: true
settings:
username: octocat
password: secure
password: random-secret
repo: octocat/example
tags: latest
```
@ -56,9 +53,6 @@ If the created image is to be pushed to registries other than the default Docker
**GHCR:**
```yaml
kind: pipeline
name: default
steps:
- name: docker
image: quay.io/thegeeklab/wp-docker-buildx
@ -74,9 +68,6 @@ steps:
**AWS ECR:**
```yaml
kind: pipeline
name: default
steps:
- name: docker
image: quay.io/thegeeklab/wp-docker-buildx