mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-22 10:10: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 >}}
|
{{< /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
|
||||||
|
Loading…
Reference in New Issue
Block a user