From ed73f885b62df12ab55bf30a8182d14cad338a8b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 6 Jan 2024 14:46:00 +0100 Subject: [PATCH] fix license desc in docs --- .woodpecker/build-container.yml | 6 +++--- docs/content/_index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker/build-container.yml b/.woodpecker/build-container.yml index 338a63e..fab03d6 100644 --- a/.woodpecker/build-container.yml +++ b/.woodpecker/build-container.yml @@ -7,7 +7,7 @@ when: steps: - name: dryrun - image: quay.io/thegeeklab/wp-docker-buildx:2.0.0 + image: quay.io/thegeeklab/wp-docker-buildx:2 settings: containerfile: Containerfile.multiarch dry_run: true @@ -20,7 +20,7 @@ steps: - event: [pull_request] - name: publish-dockerhub - image: quay.io/thegeeklab/wp-docker-buildx:2.0.0 + image: quay.io/thegeeklab/wp-docker-buildx:2 group: container settings: auto_tag: true @@ -41,7 +41,7 @@ steps: - ${CI_REPO_DEFAULT_BRANCH} - name: publish-quay - image: quay.io/thegeeklab/wp-docker-buildx:2.0.0 + image: quay.io/thegeeklab/wp-docker-buildx:2 group: container settings: auto_tag: true diff --git a/docs/content/_index.md b/docs/content/_index.md index 09c1c71..614efc3 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -8,7 +8,7 @@ title: wp-ansible [![Go Report Card](https://goreportcard.com/badge/github.com/thegeeklab/wp-ansible)](https://goreportcard.com/report/github.com/thegeeklab/wp-ansible) [![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/wp-ansible)](https://github.com/thegeeklab/wp-ansible/graphs/contributors) [![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/wp-ansible) -[![License: MIT](https://img.shields.io/github/license/thegeeklab/wp-ansible)](https://github.com/thegeeklab/wp-ansible/blob/main/LICENSE) +[![License: Apache-2.0](https://img.shields.io/github/license/thegeeklab/wp-ansible)](https://github.com/thegeeklab/wp-ansible/blob/main/LICENSE) Woodpecker CI plugin to manage infrastructure with [Ansible](https://github.com/ansible/ansible).