From e05a06731f436e6f278cdc2a3722696f9bba52d3 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Thu, 7 Apr 2022 21:18:25 +0200 Subject: [PATCH] Switched to curlimages/curl for publish --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2b30980..196b9a5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -25,7 +25,7 @@ pipeline: - MAKEFLAGS="-j$(nproc)" makepkg -s --noconfirm --needed publish: - image: 'archlinux:latest' + image: 'curlimages/curl' commands: # Publish the package - 'curl -s -XPOST -H "X-API-KEY: $API_KEY" -T "$(ls *.pkg*)" https://arch.r8r.be/jjr/publish'