mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-21 13:50:39 +00:00
cleanup docs and examples
This commit is contained in:
parent
364568e8b0
commit
32b8862350
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user