From 32b8862350449e7bc42953760601e47d2b9588cf Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 12 Mar 2024 20:43:33 +0100 Subject: [PATCH] cleanup docs and examples --- docs/content/_index.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/content/_index.md b/docs/content/_index.md index 0a5321e..1e1172d 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -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