From 013863027b840dfcc2f6d28df1eb5965a2c56862 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 6 Aug 2022 22:28:54 +0200 Subject: [PATCH] fix drone badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 714bf16..556249a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # packer-proxmox -[![Build Status](https://img.shields.io/drone/build/ansible/packer-proxmox?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/packer-proxmox) +[![Build Status](https://img.shields.io/drone/build/infra/packer-proxmox?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/infra/packer-proxmox) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](LICENSE) This repository provides infrastructure-as-code examples to automate the creation of virtual machine images on Proxmox using [HashiCorp Packer](https://www.packer.io) and the [Packer Plugin for Proxmox](https://www.packer.io/plugins/builders/proxmox/iso). All examples are written in the HashiCorp Configuration Language `HCL2`.