Switched to curlimages/curl for publish
ci/woodpecker/push/woodpecker Pipeline was successful Details

master
Jef Roosens 2022-04-07 21:18:25 +02:00
parent ece0b1641d
commit e05a06731f
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

@ -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'